summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-03-19 21:45:31 +0100
committerHenry <mail@henrygressmann.de>2026-03-19 21:45:31 +0100
commit7db07e03b56577997706adda1358bb43155b2aeb (patch)
tree7f33827ac54d26c824b408294dba0137535898f7 /Cargo.toml
parent384cb7ecb8e39fc6d4ec371bd753a889dfb83b33 (diff)
feat: add all simd instructions, add stackop macro
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1563d6c..f47f1f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ pretty_env_logger="0.5"
criterion={version="0.8", default-features=false, features=["cargo_bench_support", "rayon"]}
wasm-testsuite={version="0.6"}
indexmap="2.13"
-owo-colors={version="4.2"}
+owo-colors={version="4.3"}
serde_json={version="1.0"}
serde={version="1.0", features=["derive"]}