Skip to content

Commit

Permalink
adjust rustup readme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Jan 12, 2025
1 parent 46433de commit 3510ce4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ pipx = [
]
rustup = [
"stable",
# components: extra non-default components to install with this toolchain
# components: extra non-default components to install for this toolchain

# see https://rust-lang.github.io/rustup/concepts/components.html
# for more details
{ package = "stable", components = ["rust-analyzer"] }
]
snap = [
Expand Down

0 comments on commit 3510ce4

Please sign in to comment.