fix: merge fix

This commit is contained in:
Oleksandr Pravdyvyi 2025-08-26 14:09:33 +03:00
parent 562480225c
commit f47692773c
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -6,7 +6,7 @@ edition = "2024"
[dependencies] [dependencies]
thiserror = "2.0.12" thiserror = "2.0.12"
risc0-zkvm = "3.0.1" risc0-zkvm = "3.0.1"
nssa-core = { path = "core" } nssa-core = { path = "core", features=["host"]}
program-methods = { path = "program_methods" } program-methods = { path = "program_methods" }
serde = "1.0.219" serde = "1.0.219"
sha2 = "0.10.9" sha2 = "0.10.9"