Skip to content

Commit d6b1509

Browse files
authored
Add explicit dependency on libfuzzer-sys (#96)
This fixes a build issue with the most recent version of `libfuzzer-sys` where the prior version of the `fuzz_target!` macro didn't need the crate as an explicit dependency but the latest version does.
1 parent eb259e8 commit d6b1509

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fuzz/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ cargo-fuzz = true
1313
regalloc2 = { path = "../", features = ["fuzzing"] }
1414
log = { version = "0.4.8", default-features = false }
1515
env_logger = "0.8.3"
16+
libfuzzer-sys = "0.4.2"
1617

1718
# Prevent this from interfering with workspaces
1819
[workspace]

0 commit comments

Comments
 (0)