Skip to content

Commit 0bd2088

Browse files
author
Ian
committed
updated nalgebra-sparse
1 parent dbce60b commit 0bd2088

File tree

2 files changed

+161
-12
lines changed

2 files changed

+161
-12
lines changed

Cargo.lock

Lines changed: 158 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "single_algebra"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
license-file = "LICENSE.md"
66
description = "A linear algebra convenience library for the single-rust library. Can be used externally as well."
@@ -22,10 +22,10 @@ lapack = ["dep:nalgebra-lapack", "nalgebra-lapack/openblas"]
2222
simba = ["dep:simba"]
2323

2424
[dependencies]
25-
anyhow = "1.0.95"
25+
anyhow = "1.0"
2626
nalgebra = { version = "0.33.2", features = ["serde-serialize"] }
2727
nalgebra-lapack = { version = "0.25.0", default-features = false, optional = true }
28-
nalgebra-sparse = "0.10"
28+
nalgebra-sparse = "0.11"
2929
ndarray = { version = "0.16", features = ["rayon"] }
3030
nshare = { version = "0.10.0", features = ["ndarray", "nalgebra"] }
3131
num-traits = "0.2.19"

0 commit comments

Comments
 (0)