Skip to content

Commit

Permalink
Add testing of minimal versions
Browse files Browse the repository at this point in the history
Closes rust-random#741

This seems to require a couple of hacks unfortunately.
  • Loading branch information
dhardy committed Aug 28, 2019
1 parent 2b70fb6 commit 553b2f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ rand = { path = "..", version = "0.7" }
[dev-dependencies]
rand_pcg = { version = "0.2", path = "../rand_pcg" }
# Histogram implementation for testing uniformity
average = "0.9.2"
average = "0.10.0"
# Not a direct dependency but required to boost the minimum version:
conv = "0.3.2"

0 comments on commit 553b2f4

Please sign in to comment.