We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebec2cd commit 6c1ac1bCopy full SHA for 6c1ac1b
fuzz/uufuzz/Cargo.toml
@@ -12,5 +12,5 @@ console = "0.16.0"
12
libc = "0.2.153"
13
rand = { version = "0.9.0", features = ["small_rng"] }
14
similar = "2.5.0"
15
-uucore = { path = "../../src/uucore", features = ["parser"] }
+uucore = { version = "0.1.0", path = "../../src/uucore", features = ["parser"] }
16
tempfile = "3.15.0"
0 commit comments