mirror of
https://github.com/eza-community/eza.git
synced 2025-07-07 11:25:36 +00:00
14 lines
307 B
TOML
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"
|