From 3ad7267952d9409d87b5265962cc85a4fe0da86f Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Tue, 29 Oct 2024 17:21:22 +0100 Subject: [PATCH 1/3] Update soplex-sys --- .gitignore | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 408b8a5..30fc9a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target Cargo.lock -.idea \ No newline at end of file +.idea +.DS_Store diff --git a/Cargo.toml b/Cargo.toml index c64c242..2cc9c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ license = "Apache-2.0" repository = "https://github.com/mmghannam/soplex-rs" [dependencies] -soplex-sys = "0.1.2" \ No newline at end of file +soplex-sys = "0.1.3" \ No newline at end of file From d8e7281c91e82053a536233b9469bffe44124e13 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Tue, 29 Oct 2024 17:40:06 +0100 Subject: [PATCH 2/3] Update soplex-sys again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cc9c8c..c6c8615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ license = "Apache-2.0" repository = "https://github.com/mmghannam/soplex-rs" [dependencies] -soplex-sys = "0.1.3" \ No newline at end of file +soplex-sys = "0.1.4" \ No newline at end of file From f57ab4243ea1c6a8b41328086014f5f603b6dc4e Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Tue, 29 Oct 2024 17:52:14 +0100 Subject: [PATCH 3/3] Update soplex-sys again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6c8615..967f635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ license = "Apache-2.0" repository = "https://github.com/mmghannam/soplex-rs" [dependencies] -soplex-sys = "0.1.4" \ No newline at end of file +soplex-sys = "0.1.5" \ No newline at end of file