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:
David Aguilar 2024-03-25 22:25:46 -07:00 committed by Ethiraric
parent 95ac76e163
commit 4aad863f87

View file

@ -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"