Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name = "rustfft"
version = "6.3.0"
authors = ["Allen Welkie <allen.welkie at gmail>", "Elliott Mahler <join.together at gmail>"]
edition = "2018"
rust-version = "1.61"

description = "High-performance FFT library written in pure Rust."
documentation = "https://docs.rs/rustfft/"
Expand Down Expand Up @@ -58,5 +59,3 @@ libc = "=0.2.163"
# it probably isn't wise to stay on an old version for a long time, but we'll have to upgrade MSRV to upgrade
once_cell = "=1.20.2"

[build-dependencies]
version_check = "0.9"
16 changes: 0 additions & 16 deletions build.rs

This file was deleted.