Cargo.toml: Avoid huge diff generation at version bump (#11131)

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
oech3
2026-02-26 21:54:36 +01:00
committed by GitHub
co-authored by Sylvestre Ledru
parent b08532a8a4
commit 70ce572bcf
4 changed files with 118 additions and 139 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ console = "0.16.0"
libc = "0.2.153"
rand = { version = "0.9.0", features = ["small_rng"] }
similar = "2.5.0"
uucore = { version = "0.7.0", path = "../../src/uucore", features = ["parser"] }
uucore = { path = "../../src/uucore", features = ["parser"] }
tempfile = "3.15.0"