diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-01-21 16:13:40 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-21 16:13:40 +0200 |
| commit | 7855804447d9827777a9ca715611f5134959cbbe (patch) | |
| tree | ff7a540a9b2ee30887774c2353a4569cc80b8849 /zkvms/nexus/guest | |
| parent | ce1293a6bef3fa34948bd72bdcbf4c66eb688782 (diff) | |
| download | zkVMs-benchmarks-7855804447d9827777a9ca715611f5134959cbbe.tar zkVMs-benchmarks-7855804447d9827777a9ca715611f5134959cbbe.tar.gz zkVMs-benchmarks-7855804447d9827777a9ca715611f5134959cbbe.zip | |
feat(zkvms/nexus): Require guest to implement a "no_std" feature
Diffstat (limited to 'zkvms/nexus/guest')
| -rw-r--r-- | zkvms/nexus/guest/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zkvms/nexus/guest/Cargo.toml b/zkvms/nexus/guest/Cargo.toml index 1d91504..0ba0f1a 100644 --- a/zkvms/nexus/guest/Cargo.toml +++ b/zkvms/nexus/guest/Cargo.toml @@ -11,3 +11,6 @@ postcard = { version = "1.0.10", default-features = false, features = ["alloc"] zkp = { path = "./src/zkp" } wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" } + +[features] +no_std = ["zkp/no_std"] |
