We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4e518 commit aedb662Copy full SHA for aedb662
CHANGELOG.md
@@ -28,6 +28,16 @@ Released YYYY-MM-DD.
28
29
--------------------------------------------------------------------------------
30
31
+## 0.3.4
32
+
33
+Released 2020-08-22.
34
35
+### Changed
36
37
+* Updated `arbitrary` dependency to 0.4.6
38
39
+--------------------------------------------------------------------------------
40
41
## 0.3.3
42
43
Released 2020-07-27.
Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
6
name = "libfuzzer-sys"
7
readme = "./README.md"
8
repository = "https://github.com/rust-fuzz/libfuzzer"
9
-version = "0.3.3"
+version = "0.3.4"
10
11
[dependencies]
12
arbitrary = "0.4.6"
0 commit comments