Skip to content

Commit d58178b

Browse files
committed
build: explicitly list components to install
1 parent c84ffa3 commit d58178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ]
99

1010
[tools]
11-
"rust" = { version = "latest", profile = "default" }
11+
"rust" = { version = "latest", components = "rustc,rust-std,cargo,rustfmt,rust-docs,clippy" }
1212
"cargo:cargo-binstall" = "latest"
1313
"cargo:sqlx-cli" = "latest"
1414

0 commit comments

Comments
 (0)