Skip to content

Commit c6c4fba

Browse files
committed
Set minimal profile and add clippy and rustfmt components to rust-toolchain
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 5050cfa commit c6c4fba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[toolchain]
22
channel = "1.85.0"
3+
profile = "minimal"
4+
components = ["clippy", "rustfmt"]
35
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)