Fix build with minimal dependency versions
This commit is contained in:
parent
488c0e8eba
commit
92b76a8efe
@ -35,13 +35,13 @@ serde-big-array = { version = "0.1.4", optional = true }
|
|||||||
|
|
||||||
[dependencies.conv]
|
[dependencies.conv]
|
||||||
default-features = false
|
default-features = false
|
||||||
version = "0.3"
|
version = "0.3.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bencher = "0.1"
|
bencher = "0.1"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
rand_xoshiro = "0.3"
|
rand_xoshiro = "0.3"
|
||||||
rand_distr = "0.2"
|
rand_distr = "0.2.1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
streaming-stats = "0.2"
|
streaming-stats = "0.2"
|
||||||
quantiles = "0.7"
|
quantiles = "0.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user