From d6127d25bbe4c9b853e0c30d55005da45c1952bc Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 2 Dec 2017 23:52:48 +0800 Subject: [PATCH] Bump version to 0.10.0 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15d5146..8513e63 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.9.0" +version = "0.10.0" [dependencies] url = "1.2" diff --git a/README.md b/README.md index dada929..7fcc935 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``: ```toml [dependencies] -robotparser = "0.9" +robotparser = "0.10" ``` Add ``extern crate robotparser`` to your crate root and your're good to go! diff --git a/src/lib.rs b/src/lib.rs index 898a841..1c603f7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! robotparser = "0.9" +//! robotparser = "0.10" //! ``` //! //! Add ``extern crate robotparser`` to your crate root and your're good to go!