From 17446206926aaa978757149adf17cb5f4addd54c Mon Sep 17 00:00:00 2001 From: agureev Date: Wed, 24 Jun 2026 13:29:42 +0400 Subject: [PATCH] doc: fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ce9989d..eb99258b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ tokio = { version = "1.50", features = [ "fs", ] } tokio-util = "0.7.18" -# Unstable fearture needed for keccak optimization +# Unstable feature needed for keccak optimization risc0-zkvm = { version = "3.0.5", default-features = false, features = ['std', 'unstable'] } risc0-build = { version = "3.0.5", features = ['unstable'] } anyhow = "1.0.98"