We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2752ee1 commit 7444b51Copy full SHA for 7444b51
2 files changed
pyphastft/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyphastft"
3
-version = "0.4.0-rc.1"
+version = "0.4.0"
4
edition = "2021"
5
authors = ["Saveliy Yusufov", "Shnatsel"]
6
license = "MIT OR Apache-2.0"
utilities/Cargo.toml
@@ -1,11 +1,10 @@
name = "utilities"
-version = "0.3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
rand = "0.9.2"
10
rustfft = "6.4.0"
11
-
0 commit comments