Update to v0.6.

This commit is contained in:
Ethiraric 2024-03-15 20:14:26 +01:00
parent 006cc66b59
commit 04e407df91
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bench_compare" name = "bench_compare"
version = "0.5.0" version = "0.6.0"
authors = [ authors = [
"Ethiraric <ethiraric@gmail.com>" "Ethiraric <ethiraric@gmail.com>"
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gen_large_yaml" name = "gen_large_yaml"
version = "0.5.0" version = "0.6.0"
authors = [ authors = [
"Ethiraric <ethiraric@gmail.com>" "Ethiraric <ethiraric@gmail.com>"
] ]
@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
yaml-rust2 = { version = "0.5.0", path = "../../" } yaml-rust2 = { version = "0.6.0", path = "../../" }
rand = "0.8.5" rand = "0.8.5"
lipsum = "0.9.0" lipsum = "0.9.0"