Skip to content

Commit b1da4e2

Browse files
committed
Merge commit '75a3577e' into 2022-10--update-elements (PR #458)
PR 458: Disable honggfuzz features Also didn't test this one.
2 parents 92f3b62 + 75a3577 commit b1da4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ afl_fuzz = ["afl"]
1212
honggfuzz_fuzz = ["honggfuzz"]
1313

1414
[dependencies]
15-
honggfuzz = { version = "0.5", optional = true, default-features = false }
15+
honggfuzz = { version = "0.5", default-features = false, optional = true }
1616
afl = { version = "0.8", optional = true }
1717
regex = { version = "1.4"}
1818
elements-miniscript = { path = "..", features = ["compiler"] }

0 commit comments

Comments
 (0)