From d8908ca4a9fd7f7f45b948ac55dbd85e5d87e02e Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 23 Apr 2026 07:45:17 +0000 Subject: simd-enabled asmlinator --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7cb868..eecfad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] } [dev-dependencies] rand = { version = "0.10.0", features = ["thread_rng"] } -asmlinator = "1.0.0" +asmlinator = { version = "2.0.0" } [[test]] name = "test" -- cgit v1.1