Update to v0.6.
This commit is contained in:
parent
006cc66b59
commit
04e407df91
2 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue