File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
31
+ ## 0.4.2
32
+
33
+ Released 2020-05-26.
34
+
35
+ ### Changed
36
+
37
+ * Improved performance of checking for whether ` cargo fuzz ` is requesting the
38
+ ` std::fmt::Debug ` output of an input or not. This is always false during
39
+ regular fuzzing, so making this check faster should give slightly better
40
+ fuzzing throughput.
41
+
42
+ --------------------------------------------------------------------------------
43
+
31
44
## 0.4.1
32
45
33
46
Released 2020-05-13.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
6
6
name = " libfuzzer-sys"
7
7
readme = " ./README.md"
8
8
repository = " https://github.com/rust-fuzz/libfuzzer"
9
- version = " 0.4.1 "
9
+ version = " 0.4.2 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments