File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ Released YYYY-MM-DD.
88
99### Changed
1010
11- * Recommend ` SmallRng ` over ` StdRng ` in the examples for faster, more lightweight
12- seeding and sampling
13- * Updated ` rand ` dependency from 0.8.5 to 0.10
14- * Updated ` flate2 ` dependency from 1.0.24 to 1.1
15- * Rename ` gen ` variable to ` rng ` for better 2024 Edition compatability
11+ * TODO (or remove section if none)
1612
1713### Deprecated
1814
@@ -32,6 +28,20 @@ Released YYYY-MM-DD.
3228
3329--------------------------------------------------------------------------------
3430
31+ ## 0.4.12
32+
33+ Released 2026-02-10.
34+
35+ ### Changed
36+
37+ * Recommend ` SmallRng ` over ` StdRng ` in the examples for faster, more lightweight
38+ seeding and sampling
39+ * Updated ` rand ` dependency from 0.8.5 to 0.10
40+ * Updated ` flate2 ` dependency from 1.0.24 to 1.1
41+ * Rename ` gen ` variable to ` rng ` for better 2024 Edition compatibility
42+
43+ --------------------------------------------------------------------------------
44+
3545## 0.4.11
3646
3747Released 2026-02-10.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "(MIT OR Apache-2.0) AND NCSA"
66name = " libfuzzer-sys"
77readme = " ./README.md"
88repository = " https://github.com/rust-fuzz/libfuzzer"
9- version = " 0.4.11 "
9+ version = " 0.4.12 "
1010exclude = [
1111 " .github" ,
1212 " ci" ,
You can’t perform that action at this time.
0 commit comments