Skip to content

Commit

Permalink
fix(devenv): install cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Mar 5, 2024
1 parent f06993e commit 56d6865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

[toolchain]
channel = "nightly"
components = ["rustc", "rustc-codegen-cranelift", "rust-analyzer", "rustfmt", "clippy"]
components = ["rustc", "rustc-codegen-cranelift", "rust-analyzer", "rustfmt", "cargo", "clippy"]
profile = "minimal"

0 comments on commit 56d6865

Please sign in to comment.