From 7f9a531fcd40ec9ff4160e816ba0b613d4aabdbf Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 31 May 2017 00:04:55 +0200 Subject: [PATCH] Upgrade quickersort This should restore `no_std` support. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4e0ee8..c8c6ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"