Skip to content

Commit

Permalink
CompatHelper: bump compat for "StaticArrays" to "1" for package MadNL…
Browse files Browse the repository at this point in the history
…PMumps
  • Loading branch information
github-actions[bot] committed Jul 7, 2021
1 parent cfe94d1 commit bc5db98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/MadNLPMumps/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ authors = ["Sungho Shin <sungho.shin.ss@gmail.com>"]
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]
MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "MadNLPTests"]
test = ["Test", "MadNLPTests"]

0 comments on commit bc5db98

Please sign in to comment.