diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-03-21 13:01:52 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-04-04 11:03:00 +0300 |
| commit | c7a0a23f5c6dfacc933526d02e8da59384898758 (patch) | |
| tree | eb1793a1067a839040b05db23936b5ff42b7a046 /zkvms/zkm/host/Cargo.toml | |
| parent | 2c82f0faf8371c9da8c9c16f69eb935addd5c76b (diff) | |
| download | zkVMs-benchmarks-c7a0a23f5c6dfacc933526d02e8da59384898758.tar zkVMs-benchmarks-c7a0a23f5c6dfacc933526d02e8da59384898758.tar.gz zkVMs-benchmarks-c7a0a23f5c6dfacc933526d02e8da59384898758.zip | |
feat(zkvms/zkm): Remove SDK override, Go lib build, update SDK usage
Update SDK usage, according to their new methods.
ZKM moved their Go library to the zkVM repo. Their updated SDK also
don't require the patch.
Diffstat (limited to 'zkvms/zkm/host/Cargo.toml')
| -rw-r--r-- | zkvms/zkm/host/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zkvms/zkm/host/Cargo.toml b/zkvms/zkm/host/Cargo.toml index 0b45ccb..dce7bd6 100644 --- a/zkvms/zkm/host/Cargo.toml +++ b/zkvms/zkm/host/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] zkm-sdk = { git = "https://github.com/zkMIPS/zkm-project-template", features = ["snark"] } +zkm-recursion = { git = "https://github.com/zkMIPS/zkm", branch = "main", default-features = false } bincode = "1.3.3" tokio = { version = "1.21.0", features = ["macros", "rt-multi-thread", "signal"] } anyhow = "1.0.75" @@ -14,3 +15,4 @@ 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" } |
