chore(cargo): MSRV 1.70
@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- rust: [1.65.0, stable, beta, nightly]
+ rust: [1.70.0, stable, beta, nightly]
steps:
- name: Checkout repository
@@ -4,7 +4,7 @@ description = "A modern replacement for ls"
authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"]
edition = "2021"
-rust-version = "1.65.0"
+rust-version = "1.70.0"
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", "/tests"]
readme = "README.md"
homepage = "https://github.com/eza-community/eza"
@@ -336,13 +336,10 @@ Some of the options accept parameters:
<summary> Development </summary>
<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 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>
eza is written in [Rust](https://www.rust-lang.org/).
@@ -1,4 +1,4 @@
[toolchain]
-channel = "stable"
+channel = "1.70"
components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
profile = "minimal"