Skip to content

Commit

Permalink
chore(fft): bump dyn-stack to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Jun 25, 2024
1 parent c3104ea commit 97c89bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["fft"]
[dependencies]
aligned-vec = { version = "0.5", default-features = false }
bytemuck = "1"
dyn-stack = { version = "0.9", default-features = false }
dyn-stack = { version = "0.10", default-features = false }
num-complex = { version = "0.4", features = ["bytemuck"] }
pulp = { version = "0.18.7", default-features = false }
serde = { version = "1.0", optional = true, default-features = false }
Expand Down

0 comments on commit 97c89bb

Please sign in to comment.