Skip to content

Commit

Permalink
Merge pull request #95 from rust-math/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade intel-mkl-src 0.6, num-complex 0.3
  • Loading branch information
termoshtt authored Jun 24, 2020
2 parents cc81ada + c5399f5 commit 2c31e9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
feature: ["intel-mkl", "source", "system"]
feature: ["source", "system"]
steps:
- uses: actions/checkout@v1
- name: Install system FFTW
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Feature flags
|:--------|:-----:|:-------:|:-----:|
|source |✔️ |✔️ |✔️ |
|system |✔️ |- |✔️ |
|intel-mkl|✔️ |✔️ |✔️ |
|intel-mkl|✔️ |✔️ |- |

LICENSE
--------
Expand Down
6 changes: 3 additions & 3 deletions fftw-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ source = ["fftw-src"]
intel-mkl = ["intel-mkl-src"]

[dependencies]
libc = "0.2"
num-complex = "0.2"
libc = "0.2.71"
num-complex = "0.3.0"

[dependencies.fftw-src]
path = "../fftw-src"
version = "0.3.0"
optional = true

[dependencies.intel-mkl-src]
version = "0.4.0"
version = "0.6.0"
optional = true

[package.metadata.docs.rs]
Expand Down

0 comments on commit 2c31e9a

Please sign in to comment.