File: rust-toolchain.toml

package info (click to toggle)
rust-editor-command 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 4
file content (4 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
[toolchain]
# 1.74 need for cargo --keep-going, for rust-analyzer
channel = "1.74.0"
components = ["cargo", "clippy", "rustfmt"]