diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-03-21 13:04:30 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-04-04 11:03:00 +0300 |
| commit | e7018851c4b5c44c7e6b7e907ffc186b1da5c9f4 (patch) | |
| tree | af4aad265dc10a5a6973c9b8f7e76c30686bafa6 /zkvms/nexus/host/Cargo.toml | |
| parent | 023070de2dde4df9b809cf04ff09ab1a3af3e01c (diff) | |
| download | zkVMs-benchmarks-e7018851c4b5c44c7e6b7e907ffc186b1da5c9f4.tar zkVMs-benchmarks-e7018851c4b5c44c7e6b7e907ffc186b1da5c9f4.tar.gz zkVMs-benchmarks-e7018851c4b5c44c7e6b7e907ffc186b1da5c9f4.zip | |
feat(zkvms/nexus): Update SDK usage
Update according to their new methods.
Diffstat (limited to 'zkvms/nexus/host/Cargo.toml')
| -rw-r--r-- | zkvms/nexus/host/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms/nexus/host/Cargo.toml b/zkvms/nexus/host/Cargo.toml index 29b3533..bfa9818 100644 --- a/zkvms/nexus/host/Cargo.toml +++ b/zkvms/nexus/host/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -nexus-sdk = { path = "/nix/store/crj1vza7idyckr20y72ai3cv2fkc0ia8-Nexus-zkVM-unstable-2025-03-11/sdk" } +nexus-sdk = { path = "/nix/store/63pzywhap3cxlqf74wjdwxxc66w7f29w-Nexus-zkVM-unstable-2025-03-11/sdk" } zkvms_host_io = { path = "../../../zkvms_host_io" } |
