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 cd68b73 commit 4c8f436Copy full SHA for 4c8f436
fftw-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fftw-sys"
3
-version = "0.5.0"
+version = "0.6.0"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
edition = "2018"
6
fftw/Cargo.toml
name = "fftw"
-version = "0.6.2"
+version = "0.7.0-alpha.0"
@@ -25,7 +25,7 @@ num-traits = "0.2"
25
26
[dependencies.fftw-sys]
27
path = "../fftw-sys"
28
29
default-features = false
30
31
[package.metadata.docs.rs]
0 commit comments