chore(deny.toml): add linter config for cargo

This commit is contained in:
Matteo Settenvini 2025-09-08 16:48:08 +02:00
parent 1922297b4a
commit 177d252c09
2 changed files with 240 additions and 2 deletions

View file

@ -1,8 +1,7 @@
# SPDX-FileCopyrightText: Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
# SPDX-License-Identifier: CC0-1.0
[toolchain]
channel = "1.85"
channel = "stable"
profile = "default"
components = ["rustfmt"]