Procházet zdrojové kódy

Merge pull request #313 from eza-community/cafk-msrv-1.70

chore(cargo): MSRV 1.70
Christina Sørensen před 2 roky
rodič
revize
dc8c351c8f
4 změnil soubory, kde provedl 5 přidání a 8 odebrání
  1. 1 1
      .github/workflows/unit-tests.yml
  2. 1 1
      Cargo.toml
  3. 2 5
      README.md
  4. 1 1
      rust-toolchain.toml

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

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

+ 1 - 1
Cargo.toml

@@ -4,7 +4,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.65.0"
+rust-version = "1.70.0"
 exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", "/tests"]
 exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", "/tests"]
 readme = "README.md"
 readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 homepage = "https://github.com/eza-community/eza"

+ 2 - 5
README.md

@@ -336,13 +336,10 @@ Some of the options accept parameters:
     <summary> Development </summary>
     <summary> Development </summary>
 <h1>Development
 <h1>Development
 
 
-<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html">
-    <img src="https://img.shields.io/badge/rustc-1.63.0+-lightgray.svg" alt="Rust 1.63.0+" />
+<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html">
+    <img src="https://img.shields.io/badge/rustc-1.70.0+-lightgray.svg" alt="Rust 1.70.0" />
 </a>
 </a>
 
 
-<a href="https://github.com/eza-community/eza/blob/master/LICENCE">
-    <img src="https://img.shields.io/badge/licence-MIT-green" alt="MIT Licence" />
-</a>
 </h1></a>
 </h1></a>
 
 
 eza is written in [Rust](https://www.rust-lang.org/).
 eza is written in [Rust](https://www.rust-lang.org/).

+ 1 - 1
rust-toolchain.toml

@@ -1,4 +1,4 @@
 [toolchain]
 [toolchain]
-channel = "stable"
+channel = "1.70"
 components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
 components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
 profile = "minimal"
 profile = "minimal"