diff --git a/Cargo.toml b/Cargo.toml index 1878e68..56ec74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ name = "mount" authors = ["Jonathan Reem "] -version = "0.0.10" +version = "0.1.0" description = "Mounting middleware for Iron." repository = "https://github.com/iron/mount" documentation = "http://ironframework.io/doc/mount/index.html" license = "MIT" [dependencies] -iron = { version = "0.2", default-features = false } +iron = "0.3" sequence_trie = "0.0"