Skip to content

Commit

Permalink
set RISC0 to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Feb 26, 2025
1 parent d538c28 commit 59b07fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
run: |
curl -L https://risczero.com/install | bash
~/.risc0/bin/rzup install
~/.risc0/bin/rzup install r0vm 1.2.4
- name: Checkout CairoVM
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion runtime/rust/risc0/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
methods = { path = "../methods" }
risc0-zkvm = { version = "1.3.0" }
risc0-zkvm = { version = "1.2.4" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = "1.0"
2 changes: 1 addition & 1 deletion runtime/rust/risc0/methods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[build-dependencies]
risc0-build = { version = "2.0.0" }
risc0-build = { version = "1.2.4" }

[package.metadata.risc0]
methods = ["guest"]
2 changes: 1 addition & 1 deletion runtime/rust/risc0/methods/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[workspace]

[dependencies]
risc0-zkvm = { version = "1.3.0", default-features = false, features = [ "std" ] }
risc0-zkvm = { version = "1.2.4", default-features = false, features = [ "std" ] }
juvix = { path = "../../juvix" }

0 comments on commit 59b07fd

Please sign in to comment.