We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bd228 commit 765807bCopy full SHA for 765807b
Cargo.toml
@@ -6,7 +6,7 @@ description = "A modern replacement for ls"
6
authors = ["Christina Sørensen <christina@cafkafk.com>"]
7
categories = ["command-line-utilities"]
8
edition = "2021"
9
-rust-version = "1.81.0"
+rust-version = "1.82.0"
10
exclude = [
11
"/docs/",
12
"/devtools/",
rust-toolchain.toml
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: EUPL-1.2
3
[toolchain]
4
# NOTE: don't forget to update the unit-tests workflow when changing this
5
-channel = "1.81"
+channel = "1.82"
components = [
"rustfmt",
"rustc",
0 commit comments