We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdbd92 commit 832eb63Copy full SHA for 832eb63
README.md
@@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
14
15
```toml
16
[dependencies]
17
-robotparser = "0.8"
+robotparser = "0.9"
18
```
19
20
Add ``extern crate robotparser`` to your crate root and your're good to go!
src/lib.rs
@@ -9,7 +9,7 @@
9
//!
10
//! ```toml
11
//! [dependencies]
12
-//! robotparser = "0.8"
+//! robotparser = "0.9"
13
//! ```
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
0 commit comments