mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-21 07:42:44 +00:00
Bump version to 0.10.0
This commit is contained in:
parent
5ad2785e07
commit
d6127d25bb
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "robotparser"
|
name = "robotparser"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/messense/robotparser-rs"
|
repository = "https://github.com/messense/robotparser-rs"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
robotparser = "0.9"
|
robotparser = "0.10"
|
||||||
```
|
```
|
||||||
|
|
||||||
Add ``extern crate robotparser`` to your crate root and your're good to go!
|
Add ``extern crate robotparser`` to your crate root and your're good to go!
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! robotparser = "0.9"
|
//! robotparser = "0.10"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
|
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue