diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-24 11:02:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-24 11:02:22 +0200 |
| commit | b9e321ff444970998a43cbf581648b3a15111804 (patch) | |
| tree | 61a842425f173659e792eaaa0060bdd7caec7ab6 /Cargo.toml | |
| parent | 0af0da3257671c65c8d55b886536b7b1d2bd3dc2 (diff) | |
Upgrade to rust 2024 and cleanup
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ [package] name = "ditdah" -version = "0.1.0" -edition = "2021" +version = "0.2.0" +edition = "2024" license = "MIT" description = "High-performance Morse code decoder with 100% test suite accuracy" repository = "https://github.com/yuvadm/ditdah" @@ -25,5 +25,3 @@ log = "0.4.27" rubato = "0.16.2" rustfft = "6.4.0" -[dev-dependencies] -tempfile = "3.8" |
