From b9e321ff444970998a43cbf581648b3a15111804 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 11:02:22 +0200 Subject: Upgrade to rust 2024 and cleanup --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ae49e1a..f61925a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.3.1