Skip to content

Commit

Permalink
add rust-src component to rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed May 8, 2024
1 parent 4b43fbf commit 6c1cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinkernet/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-02-06"
targets = ["wasm32-unknown-unknown"]
components = [ "rustfmt", "rustc", "rust-std", "cargo", "clippy", "llvm-tools-preview"]
components = [ "rustfmt", "rustc", "rust-std", "cargo", "clippy", "llvm-tools-preview", "rust-src"]

0 comments on commit 6c1cff3

Please sign in to comment.