Skip to content

Commit 3a28ecf

Browse files
authored
Update rand to version 0.10.1 which fixes a soundness bug in version 0.10.0. (#328)
* Update `rand` to version 0.10.1 which fixes a soundness bug in version 0.10.0. * Add changes to log and bump version
1 parent b7d43e2 commit 3a28ecf

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file contains the changes to the crate since version 0.1.1.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [2.0.3] - 2026-04-17
7+
8+
- Update `rand` to version 0.10.1.
9+
610
## [2.0.2] - 2026-04-16
711

812
- Add explicit permissions to the CI jobs.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambert_w"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
edition = "2021"
55
authors = ["Johanna Sörngård <jsorngard@gmail.com>"]
66
categories = ["mathematics", "no-std", "no-std::no-alloc"]
@@ -22,7 +22,7 @@ num-traits = { version = "0.2.19", default-features = false }
2222
[dev-dependencies]
2323
approx = { version = "0.5.1", default-features = false }
2424
criterion = { version = "0.8.2", features = ["html_reports"] }
25-
rand = { version = "0.10.0", default-features = false }
25+
rand = { version = "0.10.1", default-features = false }
2626
kuva = "0.1.6"
2727

2828
[features]

0 commit comments

Comments
 (0)