Skip to content

Commit 0d9f934

Browse files
authored
Pin Czkawka to Rust 1.51.0 (#431)
1 parent 73fdc1d commit 0d9f934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
linux-gui:
127127
strategy:
128128
matrix:
129-
toolchain: [ stable ]
129+
toolchain: [ stable, 1.51.0 ]
130130
type: [ release ]
131131
runs-on: ubuntu-18.04
132132
steps:

instructions/Compilation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requirements
44
Program | Min | What for
55
---------|------|------------------------------------------------------------
6-
Rust | 1.51 | Czkawka, for now, aims to support only the latest stable Rust version
6+
Rust | 1.51 | Czkawka, aims to support the latest available version of Rust on Ubuntu 20.04
77
GTK | 3.22 | Only for the `GTK` backend
88

99
If you only want the terminal version without a GUI, just skip all the packages with `gtk` in their names.

0 commit comments

Comments
 (0)