Skip to content

Commit

Permalink
build(rust): add llvm-tools-preview to toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <roman@profian.com>
  • Loading branch information
rvolosatovs committed Jul 15, 2022
1 parent 31424c5 commit ea8dc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
channel = "nightly-2022-06-28"
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-unknown-none", "wasm32-wasi"]
profile = "minimal"
components = ["rustfmt", "clippy", "miri", "rust-src"]
components = ["rustfmt", "clippy", "miri", "rust-src", "llvm-tools-preview"]

0 comments on commit ea8dc36

Please sign in to comment.