Skip to content

Commit 2bd4a12

Browse files
committed
It's compiling again, but test do not work :)
1 parent 7d7543f commit 2bd4a12

10 files changed

+107
-212
lines changed

Cargo.lock

+73-110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/csaps"
1313
readme = "README.md"
1414
license = "MIT"
1515

16-
edition = "2018"
16+
edition = "2021"
1717

1818

1919
[badges]
@@ -23,13 +23,13 @@ coveralls = { repository = "espdev/csaps-rs", branch = "master", service = "gith
2323

2424
[dependencies]
2525
num-traits = "0.2.14"
26-
ndarray = "0.15.4"
26+
ndarray = "0.16.1"
2727
sprs-ldl = "0.10.0"
28-
sprs = "0.11.0"
28+
sprs = "0.11.2"
2929
almost = "0.2.0"
30-
itertools = "0.10.3"
30+
itertools = "0.13.0"
3131
thiserror = "1.0.30"
3232

3333
[dev-dependencies]
3434
approx = "0.5.1"
35-
ndarray = {version = "0.15.4", features = ["approx-0_5"]}
35+
ndarray = {version = "0.16.1", features = ["approx"]}

0 commit comments

Comments
 (0)