File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88name = " robotparser"
99readme = " README.md"
1010repository = " https://github.com/messense/robotparser-rs"
11- version = " 0.9 .0"
11+ version = " 0.10 .0"
1212
1313[dependencies ]
1414url = " 1.2"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
1414
1515``` toml
1616[dependencies ]
17- robotparser = " 0.9 "
17+ robotparser = " 0.10 "
1818```
1919
2020Add `` extern crate robotparser `` to your crate root and your're good to go!
Original file line number Diff line number Diff line change 99//!
1010//! ```toml
1111//! [dependencies]
12- //! robotparser = "0.9 "
12+ //! robotparser = "0.10 "
1313//! ```
1414//!
1515//! Add ``extern crate robotparser`` to your crate root and your're good to go!
You can’t perform that action at this time.
0 commit comments