Skip to content

Commit

Permalink
feat(toolchain): add rust-toolchain.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Sep 3, 2024
1 parent e33d7cd commit a9b0959
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[toolchain]
channel = "stable"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"

0 comments on commit a9b0959

Please sign in to comment.