From 085d7b4c95b093160c51df15b057625f8a96fb74 Mon Sep 17 00:00:00 2001 From: Pravdyvy <46261001+Pravdyvy@users.noreply.github.com> Date: Thu, 17 Jul 2025 09:04:00 +0300 Subject: [PATCH] Update Cargo.toml --- zkvm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkvm/Cargo.toml b/zkvm/Cargo.toml index a0701cb..d87d142 100644 --- a/zkvm/Cargo.toml +++ b/zkvm/Cargo.toml @@ -12,7 +12,7 @@ serde.workspace = true thiserror.workspace = true rand.workspace = true -risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" } +risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.3" } test-methods = { path = "test_methods" } [dependencies.accounts]