We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fd4b4 commit 9bcfa4eCopy full SHA for 9bcfa4e
fftw-src/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fftw-src"
3
-version = "0.2.3"
+version = "0.3.0"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
6
description = "Source of FFTW"
@@ -17,4 +17,4 @@ reqwest = "0.9"
17
failure = "0.1"
18
zip = "0.5"
19
ftp = "3.0"
20
-cc = "1.0"
+cc = "1.0"
fftw-sys/Cargo.toml
@@ -20,7 +20,7 @@ num-complex = "0.2"
21
[dependencies.fftw-src]
22
path = "../fftw-src"
23
24
optional = true
25
26
[dependencies.intel-mkl-src]
0 commit comments