File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,18 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
31
+ ## 0.4.6
32
+
33
+ Released 2023-01-26.
34
+
35
+ ### Fixed
36
+
37
+ * Fixed a potential name conflict in functions generated by the ` fuzz_target! `
38
+ macro.
39
+ * Fixed potential stale builds when updating custom libfuzzers to link against.
40
+
41
+ --------------------------------------------------------------------------------
42
+
31
43
## 0.4.5
32
44
33
45
Released 2022-10-18.
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.5 "
9
+ version = " 0.4.6 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments