From cd4d32bf2815c84e3d7fe4e8b7838e654467e54c Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 13 Mar 2017 23:10:57 +0800 Subject: [PATCH] Bump version to 0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 171f200..2517145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.8.0" +version = "0.8.1" [dependencies] url = "1.2"