diff --git a/README.md b/README.md index cb1cbc9..48b1211 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``: ```toml [dependencies] -robotparser = "0.6" +robotparser = "0.7" ``` 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 e923e4a..94cda46 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! robotparser = "0.6" +//! robotparser = "0.7" //! ``` //! //! Add ``extern crate robotparser`` to your crate root and your're good to go!