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.
2 parents 92f3b62 + 75a3577 commit b1da4e2Copy full SHA for b1da4e2
fuzz/Cargo.toml
@@ -12,7 +12,7 @@ afl_fuzz = ["afl"]
12
honggfuzz_fuzz = ["honggfuzz"]
13
14
[dependencies]
15
-honggfuzz = { version = "0.5", optional = true, default-features = false }
+honggfuzz = { version = "0.5", default-features = false, optional = true }
16
afl = { version = "0.8", optional = true }
17
regex = { version = "1.4"}
18
elements-miniscript = { path = "..", features = ["compiler"] }
0 commit comments