1
0
Fork 0
mirror of synced 2024-06-01 18:19:46 +12:00

1.63 is minimal now

This commit is contained in:
Rafał Mikrut 2022-10-22 20:42:23 +02:00
parent 9aa9297758
commit 95e7501b51
5 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ jobs:
linux-default:
strategy:
matrix:
toolchain: [ stable, 1.62.0 ]
toolchain: [ stable, 1.63.0 ]
type: [ release ]
runs-on: ubuntu-22.04
steps:
@ -39,7 +39,7 @@ jobs:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.62.0') }}
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.63.0') }}
- name: Build Release
run: cargo build --release

View file

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

View file

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

View file

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

View file

@ -11,7 +11,7 @@ Support for heif images is optional and require to install libheif library.
| Program | Min | What for |
|---------|------|-------------------------------------------------------------------------------|
| Rust | 1.62 | Czkawka, aims to support the latest available version of Rust on Ubuntu 22.04 |
| Rust | 1.63 | Czkawka, aims to support the latest available version of Rust on Ubuntu 22.04 |
| GTK | 4.6 | Only for the `GTK` backend |
#### Debian / Ubuntu