Skip to content

Commit

Permalink
Merge pull request #1654 from TheBlueMatt/2022-08-update-libfuzzer
Browse files Browse the repository at this point in the history
Update libfuzzer-sys to new upstream inclusion method
  • Loading branch information
valentinewallace authored Aug 8, 2022
2 parents b4521f5 + 353b1e7 commit 11b7ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
bitcoin = { version = "0.28.1", features = ["secp-lowmemory"] }
hex = "0.3"
honggfuzz = { version = "0.5", optional = true }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
libfuzzer-sys = { version = "0.4", optional = true }

[build-dependencies]
cc = "1.0"
Expand Down

0 comments on commit 11b7ab7

Please sign in to comment.