From 1822c7d0de9b14d87d937b89ec63b17f6b485718 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 22 Feb 2026 23:10:57 +0000 Subject: more expansive access behavior validation, start on implicit op lists --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 41e8a11..a8d2c86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] } "cfg-if" = "1.0.0" [dev-dependencies] -rand = "0.8.4" +rand = { version = "0.10.0", features = ["thread_rng"] } "kvm-ioctls" = "0.24.0" "kvm-bindings" = "0.14.0" "libc" = "*" -- cgit v1.1