Skip to content

Commit 8210f62

Browse files
authored
Support CEnum@0.5 (#146)
1 parent 09615c8 commit 8210f62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name = "ECOS"
22
uuid = "e2685f51-7e38-5353-a97d-a921fd2c8199"
33
repo = "https://github.com/jump-dev/ECOS.jl.git"
4-
version = "1.1.1"
4+
version = "1.1.2"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
88
ECOS_jll = "c2c64177-6a8e-5dca-99a7-64895ad7445f"
99
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
1010

1111
[compat]
12-
CEnum = "0.3, 0.4"
12+
CEnum = "0.3, 0.4, 0.5"
1313
ECOS_jll = "=2.0.8, =200.0.800"
1414
MathOptInterface = "1.1"
15+
SparseArrays = "<0.0.1, 1.6"
16+
Test = "<0.0.1, 1.6"
1517
julia = "1.6"
1618

1719
[extras]

0 commit comments

Comments
 (0)