summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 057f95c..5899aa5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,15 +1,15 @@
[package]
name = "ataxia-rs"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
authors = ["user"]
[lib]
crate-type = ["cdylib"]
[dependencies]
-worker = { version = "0.7", default-features = false }
-# worker-macros = { version = "0.7" }
+worker = { version = "0.7.5", default-features = false }
+# worker-macros = { version = "0.7.5" }
maud = { version = "0.27.0" }
num = { version = "0.4.3", default-features = false }