From 119f067b1ecbc3ccaffdc27aa9bf8ee4ce39b360 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 14 Jan 2016 09:29:27 +0800 Subject: [PATCH] Lock dependencies version to minor --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05dfafe..beba0ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,18 @@ [package] -name = "robotparser" -version = "0.3.0" authors = ["messense "] description = "robots.txt parser for Rust" -repository = "https://github.com/messense/robotparser-rs" homepage = "https://github.com/messense/robotparser-rs" -readme = "README.md" keywords = ["robot", "robots", "parser", "spider", "crawler"] license = "MIT" +name = "robotparser" +readme = "README.md" +repository = "https://github.com/messense/robotparser-rs" +version = "0.3.0" [dependencies] -hyper = "*" -url = "*" -time = "*" +hyper = "0.7" +time = "0.1" +url = "0.5" [features] unstable = []