Skip to content

Commit

Permalink
Merge pull request #48 from light-curve/rand-0.9
Browse files Browse the repository at this point in the history
Bump rand* crates
  • Loading branch information
hombit authored Feb 3, 2025
2 parents de57c49 + 3f3048c commit 40a333d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ version = "2"

[dev-dependencies]
approx = "0.5"
rand = "0.8"
rand_chacha = "0.3"
rand_distr = "0.4"
rand = "0.9"
rand_chacha = "0.9"
rand_distr = "0.5"

[package.metadata.docs.rs]
features = ["source"]

0 comments on commit 40a333d

Please sign in to comment.