mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-05-19 04:18:42 +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"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/messense/robotparser-rs"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
|
||||
[dependencies]
|
||||
url = "1.2"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
robotparser = "0.9"
|
||||
robotparser = "0.10"
|
||||
```
|
||||
|
||||
Add ``extern crate robotparser`` to your crate root and your're good to go!
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! robotparser = "0.9"
|
||||
//! robotparser = "0.10"
|
||||
//! ```
|
||||
//!
|
||||
//! Add ``extern crate robotparser`` to your crate root and your're good to go!
|
||||
|
|
|
|||
Loading…
Reference in a new issue