Skip to content

Commit

Permalink
chore: use std_math for rand_distr
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Mar 1, 2024
1 parent 20094bf commit ee7c488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clovers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gltf = { version = "1.4.0", optional = true }
nalgebra = { version = "0.32.4" }
palette = { version = "0.7.5", features = ["serializing"] }
rand = { version = "0.8.5", features = ["small_rng"], default-features = false }
rand_distr = "0.4.3"
rand_distr = { version = "0.4.3", features = ["std_math"] }
serde = { version = "1.0.197", features = [
"derive",
], default-features = false, optional = true }
Expand Down

0 comments on commit ee7c488

Please sign in to comment.