Skip to content

Commit

Permalink
Support CEnum@0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 7, 2024
1 parent 6771aea commit 7578fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CPLEX"
uuid = "a076750e-1247-5638-91d2-ce28b192dca0"
repo = "https://github.com/jump-dev/CPLEX.jl"
version = "1.0.2"
version = "1.0.3"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -10,7 +10,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CEnum = "0.3, 0.4"
CEnum = "0.3, 0.4, 0.5"
Libdl = "<0.0.1, 1.6"
MathOptInterface = "1.12"
Random = "<0.0.1, 1.6"
Expand Down

0 comments on commit 7578fc9

Please sign in to comment.