File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,23 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
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
+
31
48
## 0.4.2
32
49
33
50
Released 2020-05-26.
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.2 "
9
+ version = " 0.4.3 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments