Update doc refs version

This commit is contained in:
messense 2017-08-09 13:21:28 +08:00
parent 8fdbd92042
commit 832eb63e36
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9
2 changed files with 2 additions and 2 deletions

View file

@ -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!

View file

@ -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!