Skip to content

Commit 9bcfa4e

Browse files
committed
fftw-src 0.3.0
1 parent f6fd4b4 commit 9bcfa4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fftw-src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fftw-src"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "Source of FFTW"
@@ -17,4 +17,4 @@ reqwest = "0.9"
1717
failure = "0.1"
1818
zip = "0.5"
1919
ftp = "3.0"
20-
cc = "1.0"
20+
cc = "1.0"

fftw-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-complex = "0.2"
2020

2121
[dependencies.fftw-src]
2222
path = "../fftw-src"
23-
version = "0.2.3"
23+
version = "0.3.0"
2424
optional = true
2525

2626
[dependencies.intel-mkl-src]

0 commit comments

Comments
 (0)