Skip to content

Commit 36f8d85

Browse files
authored
Prep for 1.0.1 and fix compat bounds (#438)
1 parent eec9f52 commit 36f8d85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
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.0"
4+
version = "1.0.1"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -11,7 +11,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111

1212
[compat]
1313
CEnum = "0.3, 0.4"
14+
Libdl = "<0.0.1, 1.6"
1415
MathOptInterface = "1.12"
16+
Random = "<0.0.1, 1.6"
17+
SparseArrays = "<0.0.1, 1.6"
18+
Test = "<0.0.1, 1.6"
1519
julia = "1.6"
1620

1721
[extras]

0 commit comments

Comments
 (0)