Browse Source

Merge branch 'main' into main

Christina Sørensen 2 years ago
parent
commit
aacce495d2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/unit-tests.yml
  2. 1 1
      Cargo.toml

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

@@ -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

+ 1 - 1
Cargo.toml

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