Skip to content

Commit 7444b51

Browse files
committed
chore: bump pyphastft and utilities to 0.4.0
1 parent 2752ee1 commit 7444b51

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyphastft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyphastft"
3-
version = "0.4.0-rc.1"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Saveliy Yusufov", "Shnatsel"]
66
license = "MIT OR Apache-2.0"

utilities/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "utilities"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
99
rand = "0.9.2"
1010
rustfft = "6.4.0"
11-

0 commit comments

Comments
 (0)