From 0d9f93414147683e7b8a5a763c507ea164d7778d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= <41945903+qarmin@users.noreply.github.com> Date: Tue, 21 Sep 2021 06:54:35 +0200 Subject: [PATCH] Pin Czkawka to Rust 1.51.0 (#431) --- .github/workflows/linux.yml | 2 +- instructions/Compilation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4fda034..13122d0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -126,7 +126,7 @@ jobs: linux-gui: strategy: matrix: - toolchain: [ stable ] + toolchain: [ stable, 1.51.0 ] type: [ release ] runs-on: ubuntu-18.04 steps: diff --git a/instructions/Compilation.md b/instructions/Compilation.md index 290d55c..0d93a3f 100644 --- a/instructions/Compilation.md +++ b/instructions/Compilation.md @@ -3,7 +3,7 @@ ## Requirements Program | Min | What for ---------|------|------------------------------------------------------------ -Rust | 1.51 | Czkawka, for now, aims to support only the latest stable Rust version +Rust | 1.51 | Czkawka, aims to support the latest available version of Rust on Ubuntu 20.04 GTK | 3.22 | Only for the `GTK` backend If you only want the terminal version without a GUI, just skip all the packages with `gtk` in their names.