File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Released YYYY-MM-DD.
8
8
9
9
### Changed
10
10
11
- * Updated to ` libFuzzer ` commit ` 6146a88f6049 ` ( ` release/20.x ` ).
11
+ * TODO (or remove section if none)
12
12
13
13
### Deprecated
14
14
@@ -28,6 +28,17 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
31
+ ## 0.4.10
32
+
33
+ Released 2025-07-03.
34
+
35
+ ### Changed
36
+
37
+ * Updated to ` libFuzzer ` commit ` 6146a88f6049 ` (` release/20.x ` ).
38
+ * Fuzz targets taking raw byte slice inputs can now return ` Corpus ` results.
39
+
40
+ --------------------------------------------------------------------------------
41
+
31
42
## 0.4.9
32
43
33
44
Released 2025-01-28.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "(MIT OR Apache-2.0) AND NCSA"
6
6
name = " libfuzzer-sys"
7
7
readme = " ./README.md"
8
8
repository = " https://github.com/rust-fuzz/libfuzzer"
9
- version = " 0.4.9 "
9
+ version = " 0.4.10 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments