Ver Fonte

Merge pull request #90 from cafkafk/cafkdev-rust-1.71.0

fix: bump rust to 1.71.0
Christina Sørensen há 2 anos atrás
pai
commit
313ca88f09
2 ficheiros alterados com 5 adições e 5 exclusões
  1. 1 1
      .github/workflows/unit-tests.yml
  2. 4 4
      Cargo.toml

+ 1 - 1
.github/workflows/unit-tests.yml

@@ -28,7 +28,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest]
-        rust: [1.63.0, stable, beta, nightly]
+        rust: [1.71.0, stable, beta, nightly]
 
     steps:
       - name: Checkout repository

+ 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"