fix: risc0 version bump

This commit is contained in:
Oleksandr Pravdyvyi 2025-03-28 17:45:02 +02:00
parent 437a3a5700
commit 305e8d7296
6 changed files with 498 additions and 233 deletions

721
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ serde_json.workspace = true
serde.workspace = true
reqwest.workspace = true
monotree.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
[dependencies.rpc_primitives]
path = "../rpc_primitives"

View File

@ -19,7 +19,7 @@ reqwest.workspace = true
thiserror.workspace = true
tokio.workspace = true
tempfile.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
hex.workspace = true
actix-rt.workspace = true

View File

@ -20,7 +20,7 @@ light-poseidon.workspace = true
ark-bn254.workspace = true
ark-ff.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
[dependencies.accounts]
path = "../accounts"

View File

@ -11,7 +11,7 @@ log.workspace = true
serde.workspace = true
thiserror.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
test-methods = { path = "test_methods" }
[dependencies.accounts]

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[build-dependencies]
risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }
risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
[package.metadata.risc0]
methods = ["guest"]