Skip to content

Commit 765807b

Browse files
committed
build(rustc): 1.81 -> 1.82
Signed-off-by: Christina Sørensen <ces@fem.gg>
1 parent 22bd228 commit 765807b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A modern replacement for ls"
66
authors = ["Christina Sørensen <christina@cafkafk.com>"]
77
categories = ["command-line-utilities"]
88
edition = "2021"
9-
rust-version = "1.81.0"
9+
rust-version = "1.82.0"
1010
exclude = [
1111
"/docs/",
1212
"/devtools/",

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: EUPL-1.2
33
[toolchain]
44
# NOTE: don't forget to update the unit-tests workflow when changing this
5-
channel = "1.81"
5+
channel = "1.82"
66
components = [
77
"rustfmt",
88
"rustc",

0 commit comments

Comments
 (0)