Skip to content

Commit

Permalink
Update Rust version comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lrubasze committed Nov 27, 2024
1 parent 0ca83f2 commit 83cf371
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
uses: RDXWorks-actions/toolchain@master
with:
# IMPORTANT:
# To update the Rust version, you must update it in five total places (including the toolchain below):
# To update the Rust version, you must update it in below places (including the toolchain below) in this repo:
# => [README.md - part 1] Update "Install Rust - we recommend to use Rust X.XX.X"
# => [README.md - part 2] Update "rustup default X.XX.X"
# => [action.yml - part 1] Update "toolchain: X.XX.X" below
Expand All @@ -18,6 +18,9 @@ runs:
# => [Dockerfile] Update "FROM rust:X.XX.X-slim-bookworm AS base-image" in the deterministic builder
# => [radix-clis/assets/template/rust-toolchain.toml_template] Update the rust version
# => [https://docs.radixdlt.com/docs/getting-rust-scrypto] Update the recommended rust version on docs
# Additionally, Rust version should be updated in below repos on respective branches:
# - babylon-node - .github/actions/setup-env/action.yml
# - fuzzer - .github/actions/setup-env/action.yml
toolchain: 1.81.0
default: true
target: wasm32-unknown-unknown
Expand Down

0 comments on commit 83cf371

Please sign in to comment.