aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/host/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-10 09:32:54 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-10 09:32:54 +0200
commitc962c7f002d931011193d2f7f2ffdf5c49763fdd (patch)
treefa0110bc5b44d79cfc6b107f52ee8610d8a4d7e9 /zkvms/nexus/host/Cargo.toml
parent717847eea4474167e931f9473d144986587952d2 (diff)
downloadzkVMs-benchmarks-c962c7f002d931011193d2f7f2ffdf5c49763fdd.tar
zkVMs-benchmarks-c962c7f002d931011193d2f7f2ffdf5c49763fdd.tar.gz
zkVMs-benchmarks-c962c7f002d931011193d2f7f2ffdf5c49763fdd.zip
chore(nexus): Update nix cargo dependencies
Diffstat (limited to 'zkvms/nexus/host/Cargo.toml')
-rw-r--r--zkvms/nexus/host/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms/nexus/host/Cargo.toml b/zkvms/nexus/host/Cargo.toml
index c27b920..b162117 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/krlanfap664k4g88qgsssxi0818z92r8-Nexus-zkVM-unstable-2024-12-18/sdk" }
+nexus-sdk = { path = "/nix/store/5cgkj88k6k40gzsa6jwgfcqpkg04awr7-Nexus-zkVM-unstable-2024-12-18/sdk" }
zkvms_host_io = { path = "../../../zkvms_host_io" }