diff options
| author | Henry <mail@henrygressmann.de> | 2026-03-19 21:45:31 +0100 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-03-19 21:45:31 +0100 |
| commit | 7db07e03b56577997706adda1358bb43155b2aeb (patch) | |
| tree | 7f33827ac54d26c824b408294dba0137535898f7 /Cargo.toml | |
| parent | 384cb7ecb8e39fc6d4ec371bd753a889dfb83b33 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]} |
