From 7e3a47b7f28fd369399c0be1e08719058b71db0a Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 25 Aug 2016 20:38:05 +0800 Subject: [PATCH] Update version in README and documentation --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 044a9d4..cb1cbc9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``: ```toml [dependencies] -robotparser = "0.4" +robotparser = "0.6" ``` 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 d863b6a..88cc2a3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! robotparser = "0.4" +//! robotparser = "0.6" //! ``` //! //! Add ``extern crate robotparser`` to your crate root and your're good to go!