summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoru <@>2026-03-11 10:07:13 -0700
committeru <@>2026-03-11 10:09:14 -0700
commit2b05abea03cdaca42b0ab69852799ee1542b467f (patch)
treed2fb7786eccb60afec15f95ab44ffb6b761dedd2 /Cargo.toml
parent9bdd9eb5442bbdeefa08ea60fd966c8f9a83c543 (diff)
build-std, give up on transmute dance
the file is streamed anyway. build-std was failing with workers 0.7 but they fixed it? maybe rustup update fixed it and my stuff was mismatched. idk. its annoying
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 }