Skip to content

Commit 6d86011

Browse files
Update average requirement from 0.13 to 0.14
--- updated-dependencies: - dependency-name: average dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef245fd commit 6d86011

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
@@ -37,6 +37,6 @@ rand_pcg = { version = "0.4.0", path = "../rand_pcg" }
3737
# For inline examples
3838
rand = { path = "..", version = "0.9.0", features = ["small_rng"] }
3939
# Histogram implementation for testing uniformity
40-
average = { version = "0.13", features = [ "std" ] }
40+
average = { version = "0.14", features = [ "std" ] }
4141
# Special functions for testing distributions
4242
special = "0.10.3"

0 commit comments

Comments
 (0)