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 7d813f3 commit 088ccf8Copy full SHA for 088ccf8
CHANGELOG.md
@@ -28,6 +28,16 @@ Released YYYY-MM-DD.
28
29
--------------------------------------------------------------------------------
30
31
+## 0.3.2
32
+
33
+Released 2020-03-18.
34
35
+### Changed
36
37
+* Upgraded the `arbitrary` dependency re-export to version 0.4.1.
38
39
+--------------------------------------------------------------------------------
40
41
## 0.3.1
42
43
Released 2020-02-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.1"
+version = "0.3.2"
10
11
[dependencies]
12
arbitrary = "0.4.1"
0 commit comments