summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 11:02:22 +0200
committerYuval Adam <_@yuv.al>2025-06-24 11:02:22 +0200
commitb9e321ff444970998a43cbf581648b3a15111804 (patch)
tree61a842425f173659e792eaaa0060bdd7caec7ab6 /Cargo.toml
parent0af0da3257671c65c8d55b886536b7b1d2bd3dc2 (diff)
Upgrade to rust 2024 and cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
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"