We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21e8c35 + 91a1720 commit fb5b320Copy full SHA for fb5b320
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- version: '1'
17
os: ubuntu-latest
18
arch: x64
19
- - version: '1.0'
+ - version: '1.6'
20
21
22
Project.toml
@@ -1,7 +1,7 @@
1
name = "MatrixOptInterface"
2
uuid = "2f4eb8e6-3e35-4ae4-8c7a-f3d7d9bf20ed"
3
authors = ["JuMP-dev"]
4
-version = "0.1.0"
+version = "0.2.0"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -10,8 +10,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
12
[compat]
13
-MathOptInterface = "0.10"
14
-julia = "1"
+MathOptInterface = "1"
+julia = "1.6"
15
[extras]
0 commit comments