1
0
Fork 0
mirror of synced 2024-05-06 05:22:25 +12:00

Pin Czkawka to Rust 1.51.0 (#431)

This commit is contained in:
Rafał Mikrut 2021-09-21 06:54:35 +02:00 committed by GitHub
parent 73fdc1dffd
commit 0d9f934141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ jobs:
linux-gui: linux-gui:
strategy: strategy:
matrix: matrix:
toolchain: [ stable ] toolchain: [ stable, 1.51.0 ]
type: [ release ] type: [ release ]
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:

View file

@ -3,7 +3,7 @@
## Requirements ## Requirements
Program | Min | What for 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 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. If you only want the terminal version without a GUI, just skip all the packages with `gtk` in their names.