Skip to content

Commit

Permalink
Update average requirement from 0.14 to 0.15 (#1426)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 0e626c7 commit 0518975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_distr/Cargo.toml
Expand Up @@ -37,6 +37,6 @@ rand_pcg = { version = "=0.9.0-alpha.1", path = "../rand_pcg" }
# For inline examples
rand = { path = "..", version = "=0.9.0-alpha.1", features = ["small_rng"] }
# Histogram implementation for testing uniformity
average = { version = "0.14", features = [ "std" ] }
average = { version = "0.15", features = [ "std" ] }
# Special functions for testing distributions
special = "0.10.3"

0 comments on commit 0518975

Please sign in to comment.