mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-22 00:02:24 +00:00
Replace 0.6 with 0.7 in README and docstring
This commit is contained in:
parent
29c009114c
commit
a94a5b34cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue