We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b9672 commit 413341bCopy full SHA for 413341b
diffsol/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diffsol"
3
-version = "0.10.0"
+version = "0.10.1"
4
edition.workspace = true
5
description = "A library for solving ordinary differential equations (ODEs) in Rust."
6
license.workspace = true
@@ -34,7 +34,7 @@ nalgebra = { workspace = true }
34
nalgebra-sparse = { version = "0.11.0", features = ["io"] }
35
num-traits = "0.2.17"
36
serde = { version = "1.0", features = ["derive"] }
37
-diffsl = { package = "diffsl", version = "0.8.2", optional = true, features = [
+diffsl = { package = "diffsl", version = "0.8.3", optional = true, features = [
38
"rayon",
39
] }
40
petgraph = "0.8.3"
0 commit comments