Skip to content

Commit

Permalink
Bump required version of average
Browse files Browse the repository at this point in the history
This fixes the bug involving the uniformity test failing with the serde1 feature.
  • Loading branch information
dhardy committed Aug 1, 2019
1 parent 37338e8 commit 2dd9d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "

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

Expand Down

0 comments on commit 2dd9d82

Please sign in to comment.