Update sprs in sbp too

This commit is contained in:
Magnus Ulimoen 2020-08-21 15:54:05 +02:00
parent 16c367ce20
commit d00e7b3fb1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ndarray = { version = "0.13.1", features = ["approx"] }
approx = "0.3.2" approx = "0.3.2"
packed_simd = "0.3.3" packed_simd = "0.3.3"
rayon = { version = "1.3.0", optional = true } 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" num-traits = "0.2.11"
[features] [features]