diff --git a/loom-testing/Cargo.toml b/loom-testing/Cargo.toml index 120b93d..8f5aa9d 100644 --- a/loom-testing/Cargo.toml +++ b/loom-testing/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0" wasmparser = { workspace = true } wasm-encoder = { workspace = true } wat = { workspace = true } -rand = "0.8" +rand = "0.10" loom-core = { path = "../loom-core" } # Optional runtime dependencies (not available for wasm targets)