From f47692773ccf7bce628c5c228f72ae706c9a2203 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Tue, 26 Aug 2025 14:09:33 +0300 Subject: [PATCH] fix: merge fix --- nssa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nssa/Cargo.toml b/nssa/Cargo.toml index db57555..47d9b63 100644 --- a/nssa/Cargo.toml +++ b/nssa/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] thiserror = "2.0.12" risc0-zkvm = "3.0.1" -nssa-core = { path = "core" } +nssa-core = { path = "core", features=["host"]} program-methods = { path = "program_methods" } serde = "1.0.219" sha2 = "0.10.9"