mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fuzz: fix the Cargo.toml to publish uufuzz
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user