From de47ecdfc9519f4aa7c5ba9a6c1f73ea18387e23 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 24 Aug 2021 00:28:21 +0000 Subject: [PATCH] CompatHelper: bump compat for StaticArrays to 1 for package MadNLPMumps, (keep existing compat) --- lib/MadNLPMumps/Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/MadNLPMumps/Project.toml b/lib/MadNLPMumps/Project.toml index 88af3a4c..2cdf33d3 100644 --- a/lib/MadNLPMumps/Project.toml +++ b/lib/MadNLPMumps/Project.toml @@ -4,15 +4,15 @@ authors = ["Sungho Shin "] version = "0.1.0" [deps] -MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" MUMPS_seq_jll = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" +MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -MadNLP = "~0.2" MUMPS_seq_jll = "~5.2.1, ~5.3.5" -StaticArrays = "~0.12, ~1.0" +MadNLP = "~0.2" MadNLPTests = "~0.1" +StaticArrays = "~0.12, ~1.0, 1" julia = "1.3" [extras] @@ -20,4 +20,4 @@ MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test", "MadNLPTests"] \ No newline at end of file +test = ["Test", "MadNLPTests"]