Skip to content

Commit

Permalink
add components to invarch rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 8, 2023
1 parent 0878703 commit a9a5e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion invarch/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2023-01-01"
targets = ["wasm32-unknown-unknown"]
targets = ["wasm32-unknown-unknown"]
components = [ "rustfmt", "rustc", "rust-std", "cargo", "clippy", "llvm-tools-preview"]

0 comments on commit a9a5e67

Please sign in to comment.