Skip to content

Commit 0186e04

Browse files
committedMay 3, 2022
build: specify components in rust toolchain
1 parent 5536da7 commit 0186e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎rust-toolchain.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[toolchain]
22
channel = "nightly-2022-04-02"
3-
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
3+
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
4+
components = ["rust-src", "rustfmt"]

0 commit comments

Comments
 (0)
Please sign in to comment.