diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-19 10:29:12 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-26 09:26:09 +0200 |
| commit | 91fb36148723cf3f87fe596a565c9082f4d82b05 (patch) | |
| tree | 7f924438c81f668ee8f34115c28e3d35ae1f0e76 /zkvms/zkm/guest/Cargo.toml | |
| parent | c02d4899e0af97b045ebc8f522daa30fa6de3fcb (diff) | |
| download | zkVMs-benchmarks-91fb36148723cf3f87fe596a565c9082f4d82b05.tar zkVMs-benchmarks-91fb36148723cf3f87fe596a565c9082f4d82b05.tar.gz zkVMs-benchmarks-91fb36148723cf3f87fe596a565c9082f4d82b05.zip | |
chore: Update zkVM packages
This includes:
- Updating flake.lock
- Updating all host and guest Cargo.toml and Cargo.lock files
- Making zkvm default.nix file modifications to account for toolchain
and setup changes
Diffstat (limited to 'zkvms/zkm/guest/Cargo.toml')
| -rw-r--r-- | zkvms/zkm/guest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms/zkm/guest/Cargo.toml b/zkvms/zkm/guest/Cargo.toml index d22916a..befd80e 100644 --- a/zkvms/zkm/guest/Cargo.toml +++ b/zkvms/zkm/guest/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [workspace] [dependencies] -zkm-runtime = { path = "/nix/store/h9s6kmnx7iafllv10wqhjix5kpyfsh37-zkm-unstable-2025-01-05/runtime/entrypoint" } +zkm-runtime = { path = "/nix/store/xv19lsmz5ards9q6nnyzspcdjlz6law5-zkm-unstable-2025-02-11/runtime/entrypoint" } wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" } |
