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"
8
8
name = " robotparser"
9
9
readme = " README.md"
10
10
repository = " https://github.com/messense/robotparser-rs"
11
- version = " 0.9 .0"
11
+ version = " 0.10 .0"
12
12
13
13
[dependencies ]
14
14
url = " 1.2"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
14
14
15
15
``` toml
16
16
[dependencies ]
17
- robotparser = " 0.9 "
17
+ robotparser = " 0.10 "
18
18
```
19
19
20
20
Add `` extern crate robotparser `` to your crate root and your're good to go!
Original file line number Diff line number Diff line change 9
9
//!
10
10
//! ```toml
11
11
//! [dependencies]
12
- //! robotparser = "0.9 "
12
+ //! robotparser = "0.10 "
13
13
//! ```
14
14
//!
15
15
//! 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