Skip to content

Commit

Permalink
Update average requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: average
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent ef245fd commit 6d86011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_distr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ rand_pcg = { version = "0.4.0", path = "../rand_pcg" }
# For inline examples
rand = { path = "..", version = "0.9.0", features = ["small_rng"] }
# Histogram implementation for testing uniformity
average = { version = "0.13", features = [ "std" ] }
average = { version = "0.14", features = [ "std" ] }
# Special functions for testing distributions
special = "0.10.3"

0 comments on commit 6d86011

Please sign in to comment.