Skip to content

Commit bcdcbcc

Browse files
authored
Merge pull request #211 from scipopt/update-scip-9.2.1
Update scip-sys
2 parents 6a66371 + 8bde01b commit bcdcbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Mohammed Ghannam <ghannam@zib.de>"]
44
description = "Rust interface for SCIP"
55
license = "Apache-2.0"
66
repository = "https://github.com/scipopt/russcip"
7-
version = "0.6.1"
7+
version = "0.6.2"
88
edition = "2021"
99
exclude = ["data/test/*"]
1010

@@ -13,7 +13,7 @@ bundled = ["scip-sys/bundled"]
1313
from-source = ["scip-sys/from-source"]
1414

1515
[dependencies]
16-
scip-sys = "0.1.17"
16+
scip-sys = "0.1.18"
1717

1818
[dev-dependencies]
1919
rayon = "1.5.1"

0 commit comments

Comments
 (0)