Przeglądaj źródła

fix: bump rust to 1.71.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 lat temu
rodzic
commit
dd5e8dab91
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      Cargo.toml

+ 4 - 4
Cargo.toml

@@ -1,15 +1,15 @@
 [package]
 name = "eza"
 description = "A modern replacement for ls"
-authors = ["Benjamin Sago <ogham@bsago.me>", "Christina Sørensen <christina@cafkafk.com>"]
+authors = ["Christina Sørensen <christina@cafkafk.com>"]
 categories = ["command-line-utilities"]
 edition = "2021"
-rust-version = "1.63.0"
+rust-version = "1.71.0"
 exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
 readme = "README.md"
 homepage = "https://github.com/cafkafk/eza"
 license = "MIT"
-repository = "https://github.com/cafkafk/ez"
+repository = "https://github.com/cafkafk/eza"
 version = "0.10.1"
 
 
@@ -72,7 +72,7 @@ opt-level = "s"
 license-file = [ "LICENCE", "4" ]
 depends = "$auto"
 extended-description = """
-eza is a replacement for ls written in Rust.
+eza is a modern, maintained replacement for ls 
 """
 section = "utils"
 priority = "optional"