diff --git a/keccak/Cargo.toml b/keccak/Cargo.toml index 5582895..40879f5 100644 --- a/keccak/Cargo.toml +++ b/keccak/Cargo.toml @@ -20,7 +20,7 @@ hybrid-array = { version = "0.4", optional = true } cpufeatures = "0.3" [target.'cfg(target_os = "zkvm")'.dependencies] -risc0-zkvm = { version = "3.0.5", default-features = false, features = ["unstable"] } +risc0-zkvm = { version = "3.0.5", default-features = false} [features] parallel = ["dep:hybrid-array"]