Skip to content

Commit

Permalink
fftw-sys 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 24, 2020
1 parent cd68b73 commit 4c8f436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fftw-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fftw-sys"
version = "0.5.0"
version = "0.6.0"
authors = ["Toshiki Teramura <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions fftw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fftw"
version = "0.6.2"
version = "0.7.0-alpha.0"
authors = ["Toshiki Teramura <[email protected]>"]
edition = "2018"

Expand All @@ -25,7 +25,7 @@ num-traits = "0.2"

[dependencies.fftw-sys]
path = "../fftw-sys"
version = "0.5.0"
version = "0.6.0"
default-features = false

[package.metadata.docs.rs]
Expand Down

0 comments on commit 4c8f436

Please sign in to comment.