Skip to content

Commit 0a18f93

Browse files
Updated Cargo.toml with new libfuzzer dependency. (#600)
1 parent 2831475 commit 0a18f93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fuzz/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ publish = false
88
[package.metadata]
99
cargo-fuzz = true
1010

11+
[dependencies]
12+
libfuzzer-sys = "0.3"
13+
1114
[dependencies.url]
1215
path = ".."
13-
[dependencies.libfuzzer-sys]
14-
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
1516

1617
[[bin]]
1718
name = "parse"

0 commit comments

Comments
 (0)