Update version to 0.8 in docs

This commit is contained in:
messense 2017-04-02 00:08:43 +08:00
parent 9f57b38e02
commit 63016cd97a
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.7"
robotparser = "0.8"
```
Add ``extern crate robotparser`` to your crate root and your're good to go!

View file

@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! robotparser = "0.7"
//! robotparser = "0.8"
//! ```
//!
//! Add ``extern crate robotparser`` to your crate root and your're good to go!