File tree 2 files changed +19
-9
lines changed
2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,7 @@ Released YYYY-MM-DD.
8
8
9
9
### Changed
10
10
11
- * Updated to ` libFuzzer ` commit ` df90d22 ` (` release/15.x ` ).
12
- * LLVM 16's [ upcoming change] [ llvm_cxx17 ] to build requirements to C++17
13
- necessitate reflecting those changes. (` libFuzzer ` updates contain C++14 code)
14
- * Drastically reduce build times by using parallel C++ compilation jobs
15
- * Updated ` rand ` dependency from 0.8.3 to 0.8.5
16
- * Updated ` flate2 ` dependency from 1.0.20 to 1.0.24
17
-
18
- [ llvm_cxx17 ] : https://llvm.org/docs/ReleaseNotes.html#update-on-required-toolchains-to-build-llvm
11
+ * TODO (or remove section if none)
19
12
20
13
### Deprecated
21
14
@@ -35,6 +28,23 @@ Released YYYY-MM-DD.
35
28
36
29
--------------------------------------------------------------------------------
37
30
31
+ ## 0.4.4
32
+
33
+ Released 2022-09-01.
34
+
35
+ ### Changed
36
+
37
+ * Updated to ` libFuzzer ` commit ` df90d22 ` (` release/15.x ` ).
38
+ * LLVM 16's [ upcoming change] [ llvm_cxx17 ] to build requirements to C++17
39
+ necessitate reflecting those changes. (` libFuzzer ` updates contain C++14 code)
40
+ * Drastically reduce build times by using parallel C++ compilation jobs
41
+ * Updated ` rand ` dependency from 0.8.3 to 0.8.5
42
+ * Updated ` flate2 ` dependency from 1.0.20 to 1.0.24
43
+
44
+ [ llvm_cxx17 ] : https://llvm.org/docs/ReleaseNotes.html#update-on-required-toolchains-to-build-llvm
45
+
46
+ --------------------------------------------------------------------------------
47
+
38
48
## 0.4.3
39
49
40
50
Released 2020-03-03.
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.3 "
9
+ version = " 0.4.4 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments