Skip to content

Commit 67c011e

Browse files
committed
fftw-sys 0.5.0
1 parent c874370 commit 67c011e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fftw-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fftw-sys"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "unsafe wrapper of FFTW3"

fftw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ num-traits = "0.2"
2424

2525
[dependencies.fftw-sys]
2626
path = "../fftw-sys"
27-
version = "0.4.0"
27+
version = "0.5.0"
2828
default-features = false

0 commit comments

Comments
 (0)