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 c5092cd commit 633056aCopy full SHA for 633056a
CHANGELOG.md
@@ -28,6 +28,16 @@ Released YYYY-MM-DD.
28
29
--------------------------------------------------------------------------------
30
31
+## 0.3.5
32
+
33
+Released 2020-11-18.
34
35
+### Changed
36
37
+* [Upgrade libfuzzer to 7bf89c2](https://github.com/rust-fuzz/libfuzzer/pull/68)
38
39
+--------------------------------------------------------------------------------
40
41
## 0.3.4
42
43
Released 2020-08-22.
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.4"
+version = "0.3.5"
10
11
[dependencies]
12
arbitrary = "0.4.6"
0 commit comments