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 c874370 commit 67c011eCopy full SHA for 67c011e
fftw-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fftw-sys"
3
-version = "0.4.0"
+version = "0.5.0"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
6
description = "unsafe wrapper of FFTW3"
fftw/Cargo.toml
@@ -24,5 +24,5 @@ num-traits = "0.2"
24
25
[dependencies.fftw-sys]
26
path = "../fftw-sys"
27
28
default-features = false
0 commit comments