فهرست منبع

Update MSRV and add it in rust-toolchain.toml

Mélanie Chauvel 4 سال پیش
والد
کامیت
ef8fd32dc6
3فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 1 1
      .github/workflows/unit-tests.yml
  2. 3 3
      README.md
  3. 2 0
      rust-toolchain.toml

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

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

+ 3 - 3
README.md

@@ -197,8 +197,8 @@ To build without Git support, run `cargo install --no-default-features exa` is a
 <a id="development">
 <a id="development">
 <h1>Development
 <h1>Development
 
 
-<a href="https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html">
-    <img src="https://img.shields.io/badge/rustc-1.45.2+-lightgray.svg" alt="Rust 1.45.2+" />
+<a href="https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html">
+    <img src="https://img.shields.io/badge/rustc-1.56.1+-lightgray.svg" alt="Rust 1.56.1+" />
 </a>
 </a>
 
 
 <a href="https://github.com/ogham/exa/blob/master/LICENCE">
 <a href="https://github.com/ogham/exa/blob/master/LICENCE">
@@ -207,7 +207,7 @@ To build without Git support, run `cargo install --no-default-features exa` is a
 </h1></a>
 </h1></a>
 
 
 exa is written in [Rust](https://www.rust-lang.org/).
 exa is written in [Rust](https://www.rust-lang.org/).
-You will need rustc version 1.45.2 or higher.
+You will need rustc version 1.56.1 or higher.
 The recommended way to install Rust for development is from the [official download page](https://www.rust-lang.org/tools/install), using rustup.
 The recommended way to install Rust for development is from the [official download page](https://www.rust-lang.org/tools/install), using rustup.
 
 
 Once Rust is installed, you can compile exa with Cargo:
 Once Rust is installed, you can compile exa with Cargo:

+ 2 - 0
rust-toolchain.toml

@@ -0,0 +1,2 @@
+[toolchain]
+channel = "1.56.1"