Skip to content

Commit 6ad80e8

Browse files
committed
set honggfuzz dependency to 0.5.55
0.5.0 doesn't work.
1 parent f515093 commit 6ad80e8

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", default-features = false, optional = true }
15+
honggfuzz = { version = "0.5.55", default-features = false, optional = true }
1616
afl = { version = "0.8", optional = true }
1717
regex = { version = "1.4"}
1818
miniscript = { path = "..", features = ["compiler"] }

0 commit comments

Comments
 (0)