Skip to content

Commit 130e30b

Browse files
authored
Update rust-toolchain.toml to include llvm-tools
Add llvm-tools component to rust-toolchain.toml
1 parent 3196939 commit 130e30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basic/basic-os.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The top level `basic` crate defines a [workspace](https://doc.rust-lang.org/carg
2828
# rust-toolchain.toml
2929
[toolchain]
3030
channel = "nightly"
31+
components = ["llvm-tools"]
3132
targets = ["x86_64-unknown-none"]
3233
```
3334

0 commit comments

Comments
 (0)