From 4aad863f87d779271a3ee2efd2259412c5f6788f Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 25 Mar 2024 22:25:46 -0700 Subject: [PATCH] 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. --- bench/tools/gen_large_yaml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/tools/gen_large_yaml/Cargo.toml b/bench/tools/gen_large_yaml/Cargo.toml index a70e779..d57bdea 100644 --- a/bench/tools/gen_large_yaml/Cargo.toml +++ b/bench/tools/gen_large_yaml/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -yaml-rust2 = { version = "0.7.0", path = "../../" } +yaml-rust2 = { path = "../.." } rand = { version = "0.8.5", features = [ "small_rng" ] } lipsum = "0.9.0"