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.