We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd48ceb + a4e1d1c commit 9918cc1Copy full SHA for 9918cc1
rand_distr/Cargo.toml
@@ -30,4 +30,4 @@ rand_pcg = { version = "0.3.0", path = "../rand_pcg" }
30
# For inline examples
31
rand = { path = "..", version = "0.8.0", default-features = false, features = ["std_rng", "std"] }
32
# Histogram implementation for testing uniformity
33
-average = "0.10.3"
+average = { version = "0.12", features = [ "std" ] }
0 commit comments