aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkm/guest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/zkm/guest/Cargo.toml')
-rw-r--r--zkvms/zkm/guest/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zkvms/zkm/guest/Cargo.toml b/zkvms/zkm/guest/Cargo.toml
index 40e6586..1f00da2 100644
--- a/zkvms/zkm/guest/Cargo.toml
+++ b/zkvms/zkm/guest/Cargo.toml
@@ -7,10 +7,10 @@ edition = "2021"
[workspace]
[patch."https://github.com/zkMIPS/zkm.git"]
-zkm-runtime = { path = "/nix/store/71c0b7qyjy9zbaa5gkz5qcxpz46i0h0r-zkm-unstable-2025-03-11/runtime/entrypoint" }
+zkm-runtime = { path = "/nix/store/hwdlhm6yd4wlrmklcsiv9zmm2ip0d3cq-zkm-unstable-2025-03-11/runtime/entrypoint" }
[dependencies]
-zkm-runtime = { path = "/nix/store/71c0b7qyjy9zbaa5gkz5qcxpz46i0h0r-zkm-unstable-2025-03-11/runtime/entrypoint" }
+zkm-runtime = { path = "/nix/store/hwdlhm6yd4wlrmklcsiv9zmm2ip0d3cq-zkm-unstable-2025-03-11/runtime/entrypoint" }
wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" }