From 2c2844611feb6eb79b831c1107ec47d49cfa103c Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 26 Feb 2022 16:47:37 +1300 Subject: [PATCH 1/3] Bump MOI support to v1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb089f2..a3c52e8 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" [compat] Ipopt_jll = "300.1400.400" -MathOptInterface = "0.10.5" +MathOptInterface = "0.10.5, 1" julia = "1.6" [extras] From 9bd2c696980d94dbd625f06ace20e1b99289aa3d Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 26 Feb 2022 16:50:59 +1300 Subject: [PATCH 2/3] Update Project.toml --- test/MINLPTests/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MINLPTests/Project.toml b/test/MINLPTests/Project.toml index 3be2f9e..2897934 100644 --- a/test/MINLPTests/Project.toml +++ b/test/MINLPTests/Project.toml @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Bonmin_jll = "100.800.801" Couenne_jll = "0.500.801" Ipopt_jll = "300.1400.400" -JuMP = "0.22" +JuMP = "0.23" MINLPTests = "0.5" SHOT_jll = "100.100.0" julia = "1.6" From cc52b5585cdb27f5135f06a86262df624f8fcafb Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 28 Feb 2022 14:35:58 +1300 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3c52e8..0f8da92 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AmplNLWriter" uuid = "7c4d4715-977e-5154-bfe0-e096adeac482" -version = "0.8.0" +version = "0.8.1" [deps] MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"