Skip to content

Commit 413820e

Browse files
committed
Bump to version 0.4.3
1 parent 2ad33f8 commit 413820e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

31+
## 0.4.3
32+
33+
Released 2020-03-03.
34+
35+
### Changed
36+
37+
* Updated to `libFuzzer` commit `60e32a1`.
38+
39+
### Fixed
40+
41+
* Fixed an issue where the `fuzz_target!` macro would sometimes expand to
42+
versions of itself that were not `$crate` prefixed and would result in "error:
43+
cannot find macro `fuzz_target` in this scope" if the caller didn't import the
44+
macro but used the qualified version of it instead.
45+
46+
--------------------------------------------------------------------------------
47+
3148
## 0.4.2
3249

3350
Released 2020-05-26.

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.2"
9+
version = "0.4.3"
1010

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)