From cc9a9c91d9cc98cb3e927e413e322706989f31e1 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 5 May 2016 09:32:50 +0800 Subject: [PATCH] Bump version to 0.4.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6a71e5..1ea59c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.4.3" +version = "0.4.4" [dependencies] hyper = "0.9" time = "0.1" -url = "1.0" +url = "1.1" [dependencies.clippy] optional = true