Skip to content

Commit 9b115a3

Browse files
committed
build: specify components in rust toolchain
1 parent 9f12c78 commit 9b115a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
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)