Skip to content

Commit 413341b

Browse files
deps: diffsl 0.8.3 (#230)
1 parent 76b9672 commit 413341b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffsol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffsol"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition.workspace = true
55
description = "A library for solving ordinary differential equations (ODEs) in Rust."
66
license.workspace = true
@@ -34,7 +34,7 @@ nalgebra = { workspace = true }
3434
nalgebra-sparse = { version = "0.11.0", features = ["io"] }
3535
num-traits = "0.2.17"
3636
serde = { version = "1.0", features = ["derive"] }
37-
diffsl = { package = "diffsl", version = "0.8.2", optional = true, features = [
37+
diffsl = { package = "diffsl", version = "0.8.3", optional = true, features = [
3838
"rayon",
3939
] }
4040
petgraph = "0.8.3"

0 commit comments

Comments
 (0)