fuzz: use libfuzzer-sys from crates.io

This commit is contained in:
Alessandro Ghedini 2025-03-06 09:21:09 +00:00
parent 43d98319a5
commit e4686f1a37

View File

@ -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