Forgot to bump some v0.6.0 to v0.7.0.

This commit is contained in:
Ethiraric 2024-03-20 15:45:24 +01:00
parent ee8a999075
commit a06ba5205a
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! yaml-rust2 = "0.6.0"
//! yaml-rust2 = "0.7.0"
//! ```
//!
//! # Examples

View file

@ -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"