diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-04-24 15:01:35 +0300 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-04-24 16:48:24 +0300 |
| commit | b9a899d95ae2a661859fcdca2b27d15931d0e2a8 (patch) | |
| tree | eb6a0493b65dc007ec67049b085041986d4c00de /zkvms/zkm/host/Cargo.toml | |
| parent | 797faa9d44c576473ecf6015fe51d77a3f1b8d1e (diff) | |
| download | zkVMs-benchmarks-b9a899d95ae2a661859fcdca2b27d15931d0e2a8.tar zkVMs-benchmarks-b9a899d95ae2a661859fcdca2b27d15931d0e2a8.tar.gz zkVMs-benchmarks-b9a899d95ae2a661859fcdca2b27d15931d0e2a8.zip | |
chore: Update mcl-blockchain dependency
There are no package version updates. The primary difference is that
RISC0 is now compiled with the unstable feature. All other hash updates
come from the switch from rust-bin to fenix.
Diffstat (limited to 'zkvms/zkm/host/Cargo.toml')
| -rw-r--r-- | zkvms/zkm/host/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zkvms/zkm/host/Cargo.toml b/zkvms/zkm/host/Cargo.toml index dce7bd6..81774ad 100644 --- a/zkvms/zkm/host/Cargo.toml +++ b/zkvms/zkm/host/Cargo.toml @@ -13,6 +13,6 @@ anyhow = "1.0.75" zkvms_host_io = { path = "../../../zkvms_host_io" } [patch."https://github.com/zkMIPS/zkm"] -zkm-emulator = { path = "/nix/store/71c0b7qyjy9zbaa5gkz5qcxpz46i0h0r-zkm-unstable-2025-03-11/emulator" } -zkm-prover = { path = "/nix/store/71c0b7qyjy9zbaa5gkz5qcxpz46i0h0r-zkm-unstable-2025-03-11/prover" } -zkm-recursion = { path = "/nix/store/71c0b7qyjy9zbaa5gkz5qcxpz46i0h0r-zkm-unstable-2025-03-11/recursion" } +zkm-emulator = { path = "/nix/store/hwdlhm6yd4wlrmklcsiv9zmm2ip0d3cq-zkm-unstable-2025-03-11/emulator" } +zkm-prover = { path = "/nix/store/hwdlhm6yd4wlrmklcsiv9zmm2ip0d3cq-zkm-unstable-2025-03-11/prover" } +zkm-recursion = { path = "/nix/store/hwdlhm6yd4wlrmklcsiv9zmm2ip0d3cq-zkm-unstable-2025-03-11/recursion" } |
