diff options
| author | u <@> | 2026-03-11 10:07:13 -0700 |
|---|---|---|
| committer | u <@> | 2026-03-11 10:09:14 -0700 |
| commit | 2b05abea03cdaca42b0ab69852799ee1542b467f (patch) | |
| tree | d2fb7786eccb60afec15f95ab44ffb6b761dedd2 /Cargo.toml | |
| parent | 9bdd9eb5442bbdeefa08ea60fd966c8f9a83c543 (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.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 } |
