Signed-off-by: Christina Sørensen <christina@cafkafk.com>
@@ -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.70.0"
+rust-version = "1.74.0"
exclude = [
"/docs/",
"/devtools/",
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2024 Christina Sørensen
# SPDX-License-Identifier: EUPL-1.2
[toolchain]
-channel = "1.70"
+channel = "1.74"
components = [
"rustfmt",
"rustc",