Forgot to bump some v0.6.0 to v0.7.0.
This commit is contained in:
parent
a87922680c
commit
8247f481c7
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! yaml-rust2 = "0.6.0"
|
||||
//! yaml-rust2 = "0.7.0"
|
||||
//! ```
|
||||
//!
|
||||
//! # Examples
|
||||
|
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
yaml-rust2 = { version = "0.6.0", path = "../../" }
|
||||
yaml-rust2 = { version = "0.7.0", path = "../../" }
|
||||
rand = "0.8.5"
|
||||
lipsum = "0.9.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue