Skip to content

Commit 2c66b71

Browse files
committed
Prepare update for julia 1.6
1 parent fc2487f commit 2c66b71

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: julia 1.3
1+
name: julia 1.6
22
on:
33
push:
44
branches:
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.3'
16+
- '1.6'
1717
os:
1818
- ubuntu-latest
1919
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "IntelVectorMath"
22
uuid = "c8ce9da6-5d36-5c03-b118-5a70151be7bc"
3-
version = "0.4.0"
3+
version = "0.4.1"
44

55
[deps]
66
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
77

88
[compat]
99
julia = "1.3"
10-
MKL_jll = "2020"
10+
MKL_jll = "2020, 2021"
1111

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
55

66
[![PkgEval][pkgeval-img]][pkgeval-url]
7-
![](https://github.com/JuliaMath/VML.jl/workflows/julia%201.3/badge.svg)
7+
![](https://github.com/JuliaMath/VML.jl/workflows/julia%201.6/badge.svg)
88
![](https://github.com/JuliaMath/VML.jl/workflows/julia%20nightly/badge.svg)
99

1010
This package provides bindings to the Intel MKL [Vector Mathematics Functions](https://software.intel.com/en-us/node/521751).

0 commit comments

Comments
 (0)