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.
2 parents 1202f85 + 22b0826 commit d353d42Copy full SHA for d353d42
Cargo.toml
@@ -4,7 +4,7 @@ authors = ["Mohammed Ghannam <ghannam@zib.de>"]
4
description = "Rust interface for SCIP"
5
license = "Apache-2.0"
6
repository = "https://github.com/scipopt/russcip"
7
-version = "0.9.0"
+version = "0.9.1"
8
edition = "2024"
9
exclude = ["data/test/*"]
10
@@ -15,7 +15,7 @@ from-source = ["scip-sys/from-source"]
15
datastore = ["anymap3"]
16
17
[dependencies]
18
-scip-sys = "0.1.21"
+scip-sys = "0.1.22"
19
anymap3 = { version = "1.0.1", optional = true }
20
21
[dev-dependencies]
0 commit comments