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 6a66371 + 8bde01b commit bcdcbccCopy full SHA for bcdcbcc
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.6.1"
+version = "0.6.2"
8
edition = "2021"
9
exclude = ["data/test/*"]
10
@@ -13,7 +13,7 @@ bundled = ["scip-sys/bundled"]
13
from-source = ["scip-sys/from-source"]
14
15
[dependencies]
16
-scip-sys = "0.1.17"
+scip-sys = "0.1.18"
17
18
[dev-dependencies]
19
rayon = "1.5.1"
0 commit comments