doc: fix typo

This commit is contained in:
agureev 2026-06-24 13:29:42 +04:00
parent 26409e619c
commit 1744620692

View File

@ -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"