eza/rust-toolchain.toml
Christina Sørensen 765807b7ee build(rustc): 1.81 -> 1.82
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 14:26:00 +01:00

14 lines
307 B
TOML

# SPDX-FileCopyrightText: 2024 Christina Sørensen
# SPDX-License-Identifier: EUPL-1.2
[toolchain]
# NOTE: don't forget to update the unit-tests workflow when changing this
channel = "1.82"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"