Skip to content

Commit 7578fc9

Browse files
authored
Support CEnum@0.5
1 parent 6771aea commit 7578fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CPLEX"
22
uuid = "a076750e-1247-5638-91d2-ce28b192dca0"
33
repo = "https://github.com/jump-dev/CPLEX.jl"
4-
version = "1.0.2"
4+
version = "1.0.3"
55

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

1212
[compat]
13-
CEnum = "0.3, 0.4"
13+
CEnum = "0.3, 0.4, 0.5"
1414
Libdl = "<0.0.1, 1.6"
1515
MathOptInterface = "1.12"
1616
Random = "<0.0.1, 1.6"

0 commit comments

Comments
 (0)