Skip to content

Commit

Permalink
Update scip-sys & version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Mar 31, 2024
1 parent 6f317cf commit 1962d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mohammad Ghannam <[email protected]>"]
description = "Rust interface for SCIP"
license = "Apache-2.0"
repository = "https://github.com/scipopt/russcip"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
exclude = ["data/test/*"]

Expand All @@ -14,7 +14,7 @@ bundled = ["scip-sys/bundled"]
from-source = ["scip-sys/from-source"]

[dependencies]
scip-sys = "0.1.11"
scip-sys = "0.1.12"

[dev-dependencies]
rayon = "1.5.1"
Expand Down

0 comments on commit 1962d41

Please sign in to comment.