diff options
| author | iximeow <me@iximeow.net> | 2026-02-22 23:10:57 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-02-23 00:03:13 +0000 |
| commit | 1822c7d0de9b14d87d937b89ec63b17f6b485718 (patch) | |
| tree | 25782db86cf3d4127db32843164ae12dc765e645 /Cargo.toml | |
| parent | c6a3341a67fd99e47a51976a168fe2c977a0d793 (diff) | |
more expansive access behavior validation, start on implicit op lists
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" = "*" |
