pull/1184/head
Rafał Mikrut 4 months ago
parent 04dba35c33
commit ac7fa52316

@ -12,7 +12,7 @@ jobs:
linux-cli: linux-cli:
strategy: strategy:
matrix: matrix:
toolchain: [ stable, 1.72.1 ] toolchain: [ stable, 1.74.0 ]
type: [ release ] type: [ release ]
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:

@ -12,7 +12,7 @@ jobs:
linux-krokiet-gui: linux-krokiet-gui:
strategy: strategy:
matrix: matrix:
toolchain: [ stable, 1.72.1 ] toolchain: [ stable, 1.74.0 ]
type: [ release ] type: [ release ]
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
@ -39,7 +39,7 @@ jobs:
linux-krokiet-gui-heif: linux-krokiet-gui-heif:
strategy: strategy:
matrix: matrix:
toolchain: [ stable, 1.72.1 ] toolchain: [ stable, 1.74.0 ]
type: [ release ] type: [ release ]
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
@ -69,7 +69,7 @@ jobs:
linux-gui: linux-gui:
strategy: strategy:
matrix: matrix:
toolchain: [ stable, 1.72.1 ] toolchain: [ stable, 1.74.0 ]
type: [ release ] type: [ release ]
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:

@ -3,7 +3,7 @@ name = "czkawka_cli"
version = "6.1.0" version = "6.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.72.1" rust-version = "1.74.0"
description = "CLI frontend of Czkawka" description = "CLI frontend of Czkawka"
license = "MIT" license = "MIT"
homepage = "https://github.com/qarmin/czkawka" homepage = "https://github.com/qarmin/czkawka"

@ -3,7 +3,7 @@ name = "czkawka_core"
version = "6.1.0" version = "6.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.72.1" rust-version = "1.74.0"
description = "Core of Czkawka app" description = "Core of Czkawka app"
license = "MIT" license = "MIT"
homepage = "https://github.com/qarmin/czkawka" homepage = "https://github.com/qarmin/czkawka"

@ -3,7 +3,7 @@ name = "czkawka_gui"
version = "6.1.0" version = "6.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.72.1" rust-version = "1.74.0"
description = "GTK frontend of Czkawka" description = "GTK frontend of Czkawka"
license = "MIT" license = "MIT"
homepage = "https://github.com/qarmin/czkawka" homepage = "https://github.com/qarmin/czkawka"

@ -36,7 +36,7 @@ Compilation of gui is harder than compilation cli or core, because uses gtk4 whi
### Requirements ### Requirements
| Program | Minimal version | | Program | Minimal version |
|:---------:|:-----------------:| |:---------:|:-----------------:|
| Rust | 1.72.1 | | Rust | 1.74.0 |
| GTK | 4.6 | | GTK | 4.6 |
### Linux (Ubuntu, but on other OS should work similar) ### Linux (Ubuntu, but on other OS should work similar)

@ -19,7 +19,7 @@ New versions of GTK fixes some bugs, so e.g. middle button selection will work o
| Program | Min | What for | | Program | Min | What for |
|---------|--------|--------------------------------------------------------------------------------------| |---------|--------|--------------------------------------------------------------------------------------|
| Rust | 1.72.1 | The minimum version of rust does not depend on anything, so it can change frequently | | Rust | 1.74.0 | The minimum version of rust does not depend on anything, so it can change frequently |
| GTK | 4.6 | Only for the `GTK` backend | | GTK | 4.6 | Only for the `GTK` backend |
#### Debian / Ubuntu #### Debian / Ubuntu

@ -3,7 +3,7 @@ name = "krokiet"
version = "6.1.0" version = "6.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.72.1" rust-version = "1.74.0"
description = "Slint frontend of Czkawka Core" description = "Slint frontend of Czkawka Core"
license = "GPL-3" license = "GPL-3"
homepage = "https://github.com/qarmin/czkawka" homepage = "https://github.com/qarmin/czkawka"

Loading…
Cancel
Save