Jelajahi Sumber

build(rustc): 1.82 -> 1.83

Signed-off-by: Syed Shams Islam <isyed4916@gmail.com>
Syed Shams Islam 1 bulan lalu
induk
melakukan
a9498633b5
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      Cargo.toml
  2. 1 1
      rust-toolchain.toml

+ 1 - 1
Cargo.toml

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

+ 1 - 1
rust-toolchain.toml

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