From d00e7b3fb1745a7070c227148244608a58651f40 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Fri, 21 Aug 2020 15:54:05 +0200 Subject: [PATCH] Update sprs in sbp too --- sbp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbp/Cargo.toml b/sbp/Cargo.toml index 1ef3c42..3cf83b1 100644 --- a/sbp/Cargo.toml +++ b/sbp/Cargo.toml @@ -9,7 +9,7 @@ ndarray = { version = "0.13.1", features = ["approx"] } approx = "0.3.2" packed_simd = "0.3.3" rayon = { version = "1.3.0", optional = true } -sprs = { version = "0.7.1", optional = true } +sprs = { version = "0.8.0", optional = true } num-traits = "0.2.11" [features]