Skip to content

Commit

Permalink
Bump minimum Julia version to 1.6. (#139)
Browse files Browse the repository at this point in the history
With 41b3805, we should have increased the minimum Julia version to 1.6. We do so in this PR, and will cut a new version in the next.
  • Loading branch information
vtjeng authored Sep 5, 2023
1 parent 678ef70 commit e1d08af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MathOptInterface = "0.9, 0.10, 1"
Memento = "0.12, 0.13, 1"
ProgressMeter = "1"
TimerOutputs = "0.5"
julia = "1"
julia = "1.6"

[extras]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Expand Down

0 comments on commit e1d08af

Please sign in to comment.