Skip to content

Commit

Permalink
Merge pull request #755 from epage/fuzz
Browse files Browse the repository at this point in the history
chore: Upgrade libfuzzer-sys
  • Loading branch information
epage authored Jul 15, 2024
2 parents 5d5f87e + 4dc26a0 commit 9261857
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/toml_edit_fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release = false
cargo-fuzz = true

[dependencies]
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
libfuzzer-sys = "0.4.7"
toml_edit = { path = "../toml_edit" }

[[bin]]
Expand Down

0 comments on commit 9261857

Please sign in to comment.