Skip to content

Commit 832eb63

Browse files
committed
Update doc refs version
1 parent 8fdbd92 commit 832eb63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
1414

1515
```toml
1616
[dependencies]
17-
robotparser = "0.8"
17+
robotparser = "0.9"
1818
```
1919

2020
Add ``extern crate robotparser`` to your crate root and your're good to go!

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//!
1010
//! ```toml
1111
//! [dependencies]
12-
//! robotparser = "0.8"
12+
//! robotparser = "0.9"
1313
//! ```
1414
//!
1515
//! Add ``extern crate robotparser`` to your crate root and your're good to go!

0 commit comments

Comments
 (0)