diff --git a/rand_distr/Cargo.toml b/rand_distr/Cargo.toml index 9d3baee0a8..8339580a50 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -39,4 +39,4 @@ rand = { path = "..", version = "0.9.0", features = ["small_rng"] } # Histogram implementation for testing uniformity average = { version = "0.13", features = [ "std" ] } # Special functions for testing distributions -special = "0.8.1" +special = "0.10.3"