We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4521f5 + 353b1e7 commit 11b7ab7Copy full SHA for 11b7ab7
fuzz/Cargo.toml
@@ -23,7 +23,7 @@ lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
23
bitcoin = { version = "0.28.1", features = ["secp-lowmemory"] }
24
hex = "0.3"
25
honggfuzz = { version = "0.5", optional = true }
26
-libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
+libfuzzer-sys = { version = "0.4", optional = true }
27
28
[build-dependencies]
29
cc = "1.0"
0 commit comments