maint: version-up and minimize where we mention the version
Remove the version number from tools/gen_large_yaml so that we can avoid needing to update the version in two places.
This commit is contained in:
parent
95ac76e163
commit
4aad863f87
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yaml-rust2 = { version = "0.7.0", path = "../../" }
|
yaml-rust2 = { path = "../.." }
|
||||||
rand = { version = "0.8.5", features = [ "small_rng" ] }
|
rand = { version = "0.8.5", features = [ "small_rng" ] }
|
||||||
lipsum = "0.9.0"
|
lipsum = "0.9.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue