mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-18 14:11:30 +00:00
Update version in README and documentation
This commit is contained in:
parent
6bebf15aca
commit
7e3a47b7f2
2 changed files with 2 additions and 2 deletions
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue