fuzz: fix the Cargo.toml to publish uufuzz

This commit is contained in:
Sylvestre Ledru
2025-09-06 09:56:25 +02:00
parent ebec2cd1dc
commit 6c1ac1b059
+1 -1
View File
@@ -12,5 +12,5 @@ console = "0.16.0"
libc = "0.2.153"
rand = { version = "0.9.0", features = ["small_rng"] }
similar = "2.5.0"
uucore = { path = "../../src/uucore", features = ["parser"] }
uucore = { version = "0.1.0", path = "../../src/uucore", features = ["parser"] }
tempfile = "3.15.0"