enable simd128

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-13 18:50:29 -04:00
parent 33d31e03b0
commit 72d6eda7de
8 changed files with 143 additions and 73 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
crate-type = ["cdylib"]
[dependencies]
sha2 = "0.10"
sha2 = "0.11.0-pre.5"
anubis = { path = "../../anubis" }