From 9954f8e0da8afe412ea33576e98ae44b752dff3b Mon Sep 17 00:00:00 2001 From: Pravdyvy <46261001+Pravdyvy@users.noreply.github.com> Date: Thu, 17 Jul 2025 09:04:24 +0300 Subject: [PATCH] Update Cargo.toml --- zkvm/test_methods/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkvm/test_methods/Cargo.toml b/zkvm/test_methods/Cargo.toml index eb771c5..48f27b8 100644 --- a/zkvm/test_methods/Cargo.toml +++ b/zkvm/test_methods/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [build-dependencies] -risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" } +risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-2.3" } [package.metadata.risc0] methods = ["guest"]