Skip to content

Commit 9a0ba45

Browse files
committed
Use published version of arbitrary
1 parent dc959d4 commit 9a0ba45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ repository = "https://github.com/rust-fuzz/libfuzzer"
88
version = "0.2.0"
99

1010
[dependencies]
11-
# arbitrary = "0.3"
12-
arbitrary = { git = "https://github.com/rust-fuzz/arbitrary.git", rev = "8fa099d" }
11+
arbitrary = "0.3.1"
1312

1413
[build-dependencies]
1514
cc = "1.0"

0 commit comments

Comments
 (0)