aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/host/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-02-19 10:29:12 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-02-26 09:26:09 +0200
commit91fb36148723cf3f87fe596a565c9082f4d82b05 (patch)
tree7f924438c81f668ee8f34115c28e3d35ae1f0e76 /zkvms/risc0/host/Cargo.toml
parentc02d4899e0af97b045ebc8f522daa30fa6de3fcb (diff)
downloadzkVMs-benchmarks-91fb36148723cf3f87fe596a565c9082f4d82b05.tar
zkVMs-benchmarks-91fb36148723cf3f87fe596a565c9082f4d82b05.tar.gz
zkVMs-benchmarks-91fb36148723cf3f87fe596a565c9082f4d82b05.zip
chore: Update zkVM packages
This includes: - Updating flake.lock - Updating all host and guest Cargo.toml and Cargo.lock files - Making zkvm default.nix file modifications to account for toolchain and setup changes
Diffstat (limited to 'zkvms/risc0/host/Cargo.toml')
-rw-r--r--zkvms/risc0/host/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zkvms/risc0/host/Cargo.toml b/zkvms/risc0/host/Cargo.toml
index ff28294..0672fa1 100644
--- a/zkvms/risc0/host/Cargo.toml
+++ b/zkvms/risc0/host/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-risc0-zkvm = { path = "/nix/store/l1rxg23rrrdwi9cf6rc82mqavklvqc18-risc0-unstable-2024-12-21/risc0/zkvm" }
-risc0-zkp = { path = "/nix/store/l1rxg23rrrdwi9cf6rc82mqavklvqc18-risc0-unstable-2024-12-21/risc0/zkp" }
+risc0-zkvm = { path = "/nix/store/ii5y8znv6q1xskjslj0vhqkp1d6cj6y3-risc0-unstable-2025-02-14/risc0/zkvm" }
+risc0-zkp = { path = "/nix/store/ii5y8znv6q1xskjslj0vhqkp1d6cj6y3-risc0-unstable-2025-02-14/risc0/zkp" }
# https://github.com/risc0/risc0/blob/881e512732eca72849b2d0e263a1242aba3158af/risc0/zkp/Cargo.toml#L23
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }