1
0

rust-toolchain.toml 307 B

1234567891011121314
  1. # SPDX-FileCopyrightText: 2024 Christina Sørensen
  2. # SPDX-License-Identifier: EUPL-1.2
  3. [toolchain]
  4. # NOTE: don't forget to update the unit-tests workflow when changing this
  5. channel = "1.83"
  6. components = [
  7. "rustfmt",
  8. "rustc",
  9. "rust-src",
  10. "rust-analyzer",
  11. "cargo",
  12. "clippy",
  13. ]
  14. profile = "minimal"