Upgrade quickersort

This should restore `no_std` support.
This commit is contained in:
Vinzent Steinberg 2017-05-31 00:04:55 +02:00
parent 40f8d2f968
commit 7f9a531fcd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ keywords = ["statistics", "stats", "skewness", "kurtosis", "quantile"]
[dependencies]
conv = { version = "0.3", default-features = false }
quickersort = "2"
quickersort = "3"
[dev-dependencies]
bencher = "0.1"