Skip to content

Commit 4b33ad4

Browse files
authored
Merge pull request #73 from fitzgen/update-arbitrary
Bump `arbitrary` dep to 1.0; bump our version to 0.4.0
2 parents aaaace7 + 9343b5b commit 4b33ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ license = "MIT/Apache-2.0/NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.3.5"
9+
version = "0.4.0"
1010

1111
[dependencies]
12-
arbitrary = "0.4.6"
12+
arbitrary = "1"
1313

1414
[build-dependencies]
1515
cc = "1.0"

0 commit comments

Comments
 (0)