Skip to content

Commit 650e4ee

Browse files
authored
Merge pull request #68 from rust-math/intel-mkl-04
intel-mkl-src 0.4.0
2 parents 9bcfa4e + 5097a85 commit 650e4ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
matrix:
5656
source:
5757
feature: source
58+
intel-mkl:
59+
feature: intel-mkl
5860
steps:
5961
- script: |
6062
curl -sSf -o rustup-init.exe https://win.rustup.rs

fftw-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ version = "0.3.0"
2424
optional = true
2525

2626
[dependencies.intel-mkl-src]
27-
version = "0.2.4"
27+
version = "0.4.0"
2828
optional = true

0 commit comments

Comments
 (0)