Skip to content

Commit 6c1ac1b

Browse files
committed
fuzz: fix the Cargo.toml to publish uufuzz
1 parent ebec2cd commit 6c1ac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/uufuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ console = "0.16.0"
1212
libc = "0.2.153"
1313
rand = { version = "0.9.0", features = ["small_rng"] }
1414
similar = "2.5.0"
15-
uucore = { path = "../../src/uucore", features = ["parser"] }
15+
uucore = { version = "0.1.0", path = "../../src/uucore", features = ["parser"] }
1616
tempfile = "3.15.0"

0 commit comments

Comments
 (0)