eza/rust-toolchain.toml
Sandro-Alessio Gierens a7c8e957f1 docs(rust-toolchain): add note regarding ci msrv update
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2025-01-24 09:39:56 +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.78"
components = [
"rustfmt",
"rustc",
"rust-src",
"rust-analyzer",
"cargo",
"clippy",
]
profile = "minimal"