Skip to content

Commit 11b7ab7

Browse files
Merge pull request #1654 from TheBlueMatt/2022-08-update-libfuzzer
Update libfuzzer-sys to new upstream inclusion method
2 parents b4521f5 + 353b1e7 commit 11b7ab7

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
@@ -23,7 +23,7 @@ lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
2323
bitcoin = { version = "0.28.1", features = ["secp-lowmemory"] }
2424
hex = "0.3"
2525
honggfuzz = { version = "0.5", optional = true }
26-
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
26+
libfuzzer-sys = { version = "0.4", optional = true }
2727

2828
[build-dependencies]
2929
cc = "1.0"

0 commit comments

Comments
 (0)