From 1962d41d639e7b4987d1d6a4a31fe8cc0f2cc591 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Sun, 31 Mar 2024 22:20:13 +0200 Subject: [PATCH] Update scip-sys & version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e7239d..8be572a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Mohammad Ghannam "] 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/*"] @@ -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"