Skip to content

Commit 9918cc1

Browse files
authored
Merge pull request #1119 from Minoru/bugfix/warning-panic-msg-not-string-literal
Bump "average" crate to 0.12
2 parents cd48ceb + a4e1d1c commit 9918cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_distr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rand_pcg = { version = "0.3.0", path = "../rand_pcg" }
3030
# For inline examples
3131
rand = { path = "..", version = "0.8.0", default-features = false, features = ["std_rng", "std"] }
3232
# Histogram implementation for testing uniformity
33-
average = "0.10.3"
33+
average = { version = "0.12", features = [ "std" ] }

0 commit comments

Comments
 (0)