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 9f57b38 commit 63016cdCopy full SHA for 63016cd
README.md
@@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
14
15
```toml
16
[dependencies]
17
-robotparser = "0.7"
+robotparser = "0.8"
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.7"
+//! robotparser = "0.8"
13
//! ```
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
0 commit comments