Skip to content

Commit 2dd9d82

Browse files
committed
Bump required version of average
This fixes the bug involving the uniformity test failing with the serde1 feature.
1 parent 37338e8 commit 2dd9d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "
7373

7474
[dev-dependencies]
7575
# This has a histogram implementation used for testing uniformity.
76-
average = "0.9.2"
76+
average = "0.10.2"
7777
# Only for benches:
7878
rand_xoshiro = { path = "rand_xoshiro", version = "0.1" }
7979

0 commit comments

Comments
 (0)