mirror of
https://github.com/cloudflare/quiche.git
synced 2025-04-19 15:55:24 +08:00
fuzz: use libfuzzer-sys from crates.io
This commit is contained in:
parent
43d98319a5
commit
e4686f1a37
@ -13,7 +13,7 @@ opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.10"
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
libfuzzer-sys = "0.4"
|
||||
quiche = { path = "../quiche", features = ["fuzzing"] }
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
|
Loading…
x
Reference in New Issue
Block a user