Skip to content

Commit 2e33ab9

Browse files
docs: update Rust toolchain instructions (#6062)
Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 20777b8 commit 2e33ab9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ Working on your first Pull Request? You can learn how from this _free_ course, [
2020

2121
Rollup now includes some Rust code. To compile it, you need to set up the Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.
2222

23-
Make sure you use the same toolchain version as specified in the `/rust/rust-toolchain.toml` file. You should be able to install it with the following commands:
23+
Make sure you use the same toolchain version as specified in the `/rust/rust-toolchain.toml` file. For example, if the file contains the following:
24+
25+
```toml
26+
[toolchain]
27+
profile = "default"
28+
channel = "nightly-2025-07-25"
29+
```
30+
31+
You should be able to install it with the following commands:
2432

2533
```shell
2634
rustup toolchain install nightly-2025-07-25

0 commit comments

Comments
 (0)