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.
2828
2929--------------------------------------------------------------------------------
3030
31+ ## 0.4.7
32+
33+ Released 2023-08-10.
34+
35+ ### Added
36+
37+ * Added the ` link_libfuzzer ` cargo feature. This feature is on by default and
38+ preserves the existing behavior of statically linking libfuzzer. You can
39+ disable it if you are linking your own version of libfuzzer some other way, or
40+ another library that provides the same ABI as libfuzzer.
41+
42+ --------------------------------------------------------------------------------
43+
3144## 0.4.6
3245
3346Released 2023-01-26.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66name = " libfuzzer-sys"
77readme = " ./README.md"
88repository = " https://github.com/rust-fuzz/libfuzzer"
9- version = " 0.4.6 "
9+ version = " 0.4.7 "
1010
1111[dependencies ]
1212arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments