We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6656e14 commit c972063Copy full SHA for c972063
2 files changed
fftw-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fftw-sys"
3
-version = "0.8.0"
+version = "0.6.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
fftw/Cargo.toml
name = "fftw"
+version = "0.7.0"
@@ -25,7 +25,7 @@ thiserror = "1.0.40"
25
26
[dependencies.fftw-sys]
27
path = "../fftw-sys"
28
29
default-features = false
30
31
[package.metadata.docs.rs]
0 commit comments