summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"