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.
28
28
29
29
--------------------------------------------------------------------------------
30
30
31
+ ## 0.2.1
32
+
33
+ Released 2019-01-16.
34
+
35
+ ### Added
36
+
37
+ * Added support for the ` CUSTOM_LIBFUZZER_STD_CXX=<lib> ` environment variable
38
+ during builds that already use a custom libFuzzer checkout with
39
+ ` CUSTOM_LIBFUZZER_PATH ` . This allows you to explicitly choose to link LLVM or
40
+ GNU C++ standard libraries.
41
+
42
+ --------------------------------------------------------------------------------
43
+
31
44
## 0.2.0
32
45
33
46
Released 2020-01-14.
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.2.0 "
9
+ version = " 0.2.1 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 0.3.2"
You can’t perform that action at this time.
0 commit comments