@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- rust: [1.71.0, stable, beta, nightly]
+ rust: [1.65.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.70.0"
+rust-version = "1.65.0"
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
readme = "README.md"
homepage = "https://github.com/eza-community/eza"