Skip to content

Commit d4e3652

Browse files
Update Cooley-Tukey to use correct version of crates
1 parent 616ce20 commit d4e3652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/cooley_tukey/code/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2018"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
rand = "0.8.4"
10-
rustfft = "6.0.1"
9+
rand = "0.7.3"
10+
rustfft = "4.1.0"
1111

1212
[[bin]]
1313
path = "./fft.rs"

0 commit comments

Comments
 (0)