From ac5158503857315b8168f89572f81b1369891693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 16 Mar 2022 20:18:21 -0400 Subject: [PATCH 1/2] Update to MOI v1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 628258d..67424be 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,8 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -MathOptInterface = "0.10.5" -MutableArithmetics = "0.3" +MathOptInterface = "1" +MutableArithmetics = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 517dc9c3b0c0f3169397328c00419fc296047bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 16 Mar 2022 20:21:33 -0400 Subject: [PATCH 2/2] Bump Julia dep to v1.6 --- .github/workflows/ci.yml | 2 +- Project.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e40b8e2..0ad5389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: include: - - version: '1.0' + - version: '1.6' os: ubuntu-latest arch: x64 - version: '1' diff --git a/Project.toml b/Project.toml index 67424be..0537d63 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] MathOptInterface = "1" MutableArithmetics = "1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"