From 5ddd03ea2f7649abdae0c1315b89e19cffcd526c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 25 Mar 2016 18:55:50 +0100 Subject: [PATCH] (release) 0.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"