Fix build with minimal dependency versions

This commit is contained in:
Vinzent Steinberg 2019-09-02 14:13:22 +02:00
parent 488c0e8eba
commit 92b76a8efe

View File

@ -35,13 +35,13 @@ serde-big-array = { version = "0.1.4", optional = true }
[dependencies.conv]
default-features = false
version = "0.3"
version = "0.3.2"
[dev-dependencies]
bencher = "0.1"
rand = "0.7"
rand_xoshiro = "0.3"
rand_distr = "0.2"
rand_distr = "0.2.1"
serde_json = "1"
streaming-stats = "0.2"
quantiles = "0.7"