Skip to content

Commit fb5b320

Browse files
authored
Merge pull request #29 from jump-dev/jg/moi1
2 parents 21e8c35 + 91a1720 commit fb5b320

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- version: '1'
1717
os: ubuntu-latest
1818
arch: x64
19-
- version: '1.0'
19+
- version: '1.6'
2020
os: ubuntu-latest
2121
arch: x64
2222
- version: '1'

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MatrixOptInterface"
22
uuid = "2f4eb8e6-3e35-4ae4-8c7a-f3d7d9bf20ed"
33
authors = ["JuMP-dev"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -10,8 +10,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111

1212
[compat]
13-
MathOptInterface = "0.10"
14-
julia = "1"
13+
MathOptInterface = "1"
14+
julia = "1.6"
1515

1616
[extras]
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)