Skip to content

Commit

Permalink
chore: change guest rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jul 28, 2024
1 parent f6ab7b9 commit 7e5f6fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup update nightly-2023-01-03 && rustup component add rust-src --toolchain nightly-2023-01-03-x86_64-unknown-linux-gnu
- run: rustup update nightly-2024-02-01 && rustup component add rust-src --toolchain nightly-2023-01-03-x86_64-unknown-linux-gnu
- run: cargo test --release --verbose
fmt:
name: Rustfmt
Expand Down
2 changes: 1 addition & 1 deletion zkvm/program/evm/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-01-03"
channel = "nightly-2024-02-01"
targets = ["riscv32imac-unknown-none-elf"]
profile = "minimal"
2 changes: 1 addition & 1 deletion zkvm/program/lr/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-01-03"
channel = "nightly-2023-02-01"
targets = ["riscv32imac-unknown-none-elf"]
profile = "minimal"

0 comments on commit 7e5f6fb

Please sign in to comment.