Skip to content

Commit 6404cc4

Browse files
committed
build: force rust toolchain components
1 parent 758061f commit 6404cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
channel = "1.81.0"
3-
components = []
3+
components = [ "rustfmt", "clippy" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)