From 510d6ef41fb595eb928453ab5a2080d009a03a67 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sun, 30 Nov 2014 21:08:27 +0100 Subject: Removed lazy_static from Cargo.toml --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a7095d6..0436405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,9 @@ name = "sersve" path = "src/sersve.rs" [dependencies] -iron = "*" -glob = "*" -conduit-mime-types = "*" -lazy_static = "~0.1.1" +iron = "~0.0.5" +glob = "~0.1.0" +conduit-mime-types = "~0.5.0" [dependencies.persistent] git = "https://github.com/iron/persistent" -- cgit v1.2.3