mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-05-24 12:35:49 +00:00
Update doc refs version
This commit is contained in:
parent
8fdbd92042
commit
832eb63e36
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
robotparser = "0.8"
|
robotparser = "0.9"
|
||||||
```
|
```
|
||||||
|
|
||||||
Add ``extern crate robotparser`` to your crate root and your're good to go!
|
Add ``extern crate robotparser`` to your crate root and your're good to go!
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! robotparser = "0.8"
|
//! robotparser = "0.9"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
|
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue