build(rustc): 1.81 -> 1.82

Signed-off-by: Christina Sørensen <ces@fem.gg>
This commit is contained in:
Christina Sørensen 2025-05-29 15:45:30 +02:00 committed by Christina Sørensen
parent 22bd228744
commit 765807b7ee
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ description = "A modern replacement for ls"
authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"]
edition = "2021"
rust-version = "1.81.0"
rust-version = "1.82.0"
exclude = [
"/docs/",
"/devtools/",

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: EUPL-1.2
[toolchain]
# NOTE: don't forget to update the unit-tests workflow when changing this
channel = "1.81"
channel = "1.82"
components = [
"rustfmt",
"rustc",