Skip to content

Commit

Permalink
Update microfft requirement from ~0.5.1 to ~0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [microfft](https://gitlab.com/teskje/microfft-rs) to permit the latest version.
- [Changelog](https://gitlab.com/teskje/microfft-rs/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/teskje/microfft-rs/compare/v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: microfft
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 21c4eb6 commit df5d593
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 @@ -28,7 +28,7 @@ harness = false
[dependencies]
float-cmp = "~0.10.0"
libm = "~0.2.7"
microfft = { version = "~0.5.1", features = ["size-16384"] }
microfft = { version = "~0.6.0", features = ["size-16384"] }
paste = "~1.0.14"

[dev-dependencies]
Expand Down

0 comments on commit df5d593

Please sign in to comment.