Skip to content

Commit a89115a

Browse files
authored
Merge pull request #82 from fitzgen/bump-to-0.4.2
Bump to 0.4.2
2 parents 0417c4f + e94a698 commit a89115a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ Released YYYY-MM-DD.
2828

2929
--------------------------------------------------------------------------------
3030

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+
3144
## 0.4.1
3245

3346
Released 2020-05-13.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.4.1"
9+
version = "0.4.2"
1010

1111
[dependencies]
1212
arbitrary = "1"

ci/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ cargo rustc \
5656
-Zsanitizer=address
5757
(! $CARGO_TARGET_DIR/release/example_mutator -runs=10000000)
5858
popd
59+
60+
echo "All good!"

0 commit comments

Comments
 (0)