From 04e407df91b15a5fa1224d227121cc416720b0fd Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Fri, 15 Mar 2024 20:14:26 +0100 Subject: [PATCH] Update to v0.6. --- bench/tools/bench_compare/Cargo.toml | 2 +- bench/tools/gen_large_yaml/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bench/tools/bench_compare/Cargo.toml b/bench/tools/bench_compare/Cargo.toml index 7c7f97c..4ca9b33 100644 --- a/bench/tools/bench_compare/Cargo.toml +++ b/bench/tools/bench_compare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bench_compare" -version = "0.5.0" +version = "0.6.0" authors = [ "Ethiraric " ] diff --git a/bench/tools/gen_large_yaml/Cargo.toml b/bench/tools/gen_large_yaml/Cargo.toml index 54b6b3c..0fe3eac 100644 --- a/bench/tools/gen_large_yaml/Cargo.toml +++ b/bench/tools/gen_large_yaml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gen_large_yaml" -version = "0.5.0" +version = "0.6.0" authors = [ "Ethiraric " ] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -yaml-rust2 = { version = "0.5.0", path = "../../" } +yaml-rust2 = { version = "0.6.0", path = "../../" } rand = "0.8.5" lipsum = "0.9.0"