aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-04-23 07:45:17 +0000
committeriximeow <me@iximeow.net>2026-04-23 07:45:17 +0000
commitd8908ca4a9fd7f7f45b948ac55dbd85e5d87e02e (patch)
tree945c74f9e28e468ffb03feffb0d815ab43178a98 /Cargo.toml
parenta76c58b1e94a90048cf8b319370adb9cc430d807 (diff)
simd-enabled asmlinator
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 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"