Skip to content

Commit 7e3a47b

Browse files
committed
Update version in README and documentation
1 parent 6bebf15 commit 7e3a47b

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.4"
17+
robotparser = "0.6"
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.4"
12+
//! robotparser = "0.6"
1313
//! ```
1414
//!
1515
//! Add ``extern crate robotparser`` to your crate root and your're good to go!

0 commit comments

Comments
 (0)