From a06ba5205ac19b40d44a40fe2c576815cdc08522 Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Wed, 20 Mar 2024 15:45:24 +0100 Subject: [PATCH] Forgot to bump some v0.6.0 to v0.7.0. --- saphyr/src/lib.rs | 2 +- saphyr/tools/gen_large_yaml/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/saphyr/src/lib.rs b/saphyr/src/lib.rs index 4428f5a..a6e49b5 100644 --- a/saphyr/src/lib.rs +++ b/saphyr/src/lib.rs @@ -11,7 +11,7 @@ //! //! ```toml //! [dependencies] -//! yaml-rust2 = "0.6.0" +//! yaml-rust2 = "0.7.0" //! ``` //! //! # Examples diff --git a/saphyr/tools/gen_large_yaml/Cargo.toml b/saphyr/tools/gen_large_yaml/Cargo.toml index 0fe3eac..750a4c4 100644 --- a/saphyr/tools/gen_large_yaml/Cargo.toml +++ b/saphyr/tools/gen_large_yaml/Cargo.toml @@ -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"