Skip to content

Commit 4352c83

Browse files
authored
chore: Bump nalgebra to 34.0 (#178)
To make diffsol compatible with the latest release
1 parent 73886e6 commit 4352c83

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

Cargo.toml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
[workspace]
2-
members = [
3-
"diffsol",
4-
"examples/*",
5-
]
6-
default-members = [
7-
"diffsol",
8-
]
9-
exclude = [
10-
"book",
11-
]
2+
members = ["diffsol", "examples/*"]
3+
default-members = ["diffsol"]
4+
exclude = ["book"]
125
resolver = "2"
136

147
[workspace.package]
@@ -19,7 +12,7 @@ authors = ["Martin Robinson <[email protected]>"]
1912
repository = "https://github.com/martinjrobins/diffsol"
2013

2114
[workspace.dependencies]
22-
nalgebra = "0.33.2"
15+
nalgebra = "0.34.0"
2316
faer = "0.22.6"
2417
cudarc = { version = "0.16.4", default-features = false }
2518

@@ -32,4 +25,4 @@ ort-sys = { version = "=2.0.0-rc.9", default-features = false }
3225

3326
[profile.profiling]
3427
inherits = "release"
35-
debug = true
28+
debug = true

0 commit comments

Comments
 (0)