Skip to content

Commit d954fc7

Browse files
authored
Update Rust setup instructions in template guide (#1006)
* add install command * add llms files
1 parent 0c6618e commit d954fc7

File tree

10 files changed

+11
-0
lines changed

10 files changed

+11
-0
lines changed

llms-files/llms-basics.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
29612961
=== "macOS"
29622962

29632963
```bash
2964+
rustup install 1.86
29642965
rustup default 1.86
29652966
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
29662967
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-dapps.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6356,6 +6356,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
63566356
=== "macOS"
63576357

63586358
```bash
6359+
rustup install 1.86
63596360
rustup default 1.86
63606361
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
63616362
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-infrastructure.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5483,6 +5483,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
54835483
=== "macOS"
54845484

54855485
```bash
5486+
rustup install 1.86
54865487
rustup default 1.86
54875488
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
54885489
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-networks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3413,6 +3413,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
34133413
=== "macOS"
34143414

34153415
```bash
3416+
rustup install 1.86
34163417
rustup default 1.86
34173418
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
34183419
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-parachains.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9089,6 +9089,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
90899089
=== "macOS"
90909090

90919091
```bash
9092+
rustup install 1.86
90929093
rustup default 1.86
90939094
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
90949095
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin
@@ -12613,6 +12614,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
1261312614
=== "macOS"
1261412615

1261512616
```bash
12617+
rustup install 1.86
1261612618
rustup default 1.86
1261712619
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
1261812620
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-polkadot-protocol.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9639,6 +9639,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
96399639
=== "macOS"
96409640

96419641
```bash
9642+
rustup install 1.86
96429643
rustup default 1.86
96439644
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
96449645
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-smart-contracts.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7885,6 +7885,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
78857885
=== "macOS"
78867886

78877887
```bash
7888+
rustup install 1.86
78887889
rustup default 1.86
78897890
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
78907891
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-files/llms-tooling.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18267,6 +18267,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
1826718267
=== "macOS"
1826818268

1826918269
```bash
18270+
rustup install 1.86
1827018271
rustup default 1.86
1827118272
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
1827218273
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

llms-full.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39407,6 +39407,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
3940739407
=== "macOS"
3940839408

3940939409
```bash
39410+
rustup install 1.86
3941039411
rustup default 1.86
3941139412
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
3941239413
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ For this tutorial series, you need to use Rust `1.86`. Newer versions of the com
3636
=== "macOS"
3737

3838
```bash
39+
rustup install 1.86
3940
rustup default 1.86
4041
rustup target add wasm32-unknown-unknown --toolchain 1.86-aarch64-apple-darwin
4142
rustup component add rust-src --toolchain 1.86-aarch64-apple-darwin

0 commit comments

Comments
 (0)