Skip to content

Commit b76289a

Browse files
committed
fix: rust toolchain
1 parent a8da558 commit b76289a

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 = "nightly-2024-11-18"
33
profile = "minimal"
4-
components = ["rust-src", "rustc", "llvm-tools"]
4+
components = ["rust-src", "cargo", "rustc", "llvm-tools", "clippy", "rustfmt"]

0 commit comments

Comments
 (0)