diff --git a/README.md b/README.md index c2da209..dada929 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``: ```toml [dependencies] -robotparser = "0.8" +robotparser = "0.9" ``` 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 18e665d..deedeea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! robotparser = "0.8" +//! robotparser = "0.9" //! ``` //! //! Add ``extern crate robotparser`` to your crate root and your're good to go!