Skip to content

Commit

Permalink
fix: fix toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alphastrata committed Jun 9, 2024
1 parent b2b069a commit 11d561c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# toolchain.toml
[toolchain]
channel = nightly
components = [ rustfmt, rust-src ]
profile = minimal

channel = "nightly"
components = ["rustfmt", "rust-src", "rust_analyzer"]

0 comments on commit 11d561c

Please sign in to comment.