From ac7fa52316e0ff0a4b161031f06e561299b22ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Sun, 11 Feb 2024 11:57:41 +0100 Subject: [PATCH] AB --- .github/workflows/linux_cli.yml | 2 +- .github/workflows/linux_gui.yml | 6 +++--- czkawka_cli/Cargo.toml | 2 +- czkawka_core/Cargo.toml | 2 +- czkawka_gui/Cargo.toml | 2 +- czkawka_gui/README.md | 2 +- instructions/Compilation.md | 2 +- krokiet/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linux_cli.yml b/.github/workflows/linux_cli.yml index 5d9e686..56caa25 100644 --- a/.github/workflows/linux_cli.yml +++ b/.github/workflows/linux_cli.yml @@ -12,7 +12,7 @@ jobs: linux-cli: strategy: matrix: - toolchain: [ stable, 1.72.1 ] + toolchain: [ stable, 1.74.0 ] type: [ release ] runs-on: ubuntu-20.04 steps: diff --git a/.github/workflows/linux_gui.yml b/.github/workflows/linux_gui.yml index c8ae516..9c82b3f 100644 --- a/.github/workflows/linux_gui.yml +++ b/.github/workflows/linux_gui.yml @@ -12,7 +12,7 @@ jobs: linux-krokiet-gui: strategy: matrix: - toolchain: [ stable, 1.72.1 ] + toolchain: [ stable, 1.74.0 ] type: [ release ] runs-on: ubuntu-20.04 steps: @@ -39,7 +39,7 @@ jobs: linux-krokiet-gui-heif: strategy: matrix: - toolchain: [ stable, 1.72.1 ] + toolchain: [ stable, 1.74.0 ] type: [ release ] runs-on: ubuntu-22.04 steps: @@ -69,7 +69,7 @@ jobs: linux-gui: strategy: matrix: - toolchain: [ stable, 1.72.1 ] + toolchain: [ stable, 1.74.0 ] type: [ release ] runs-on: ubuntu-22.04 steps: diff --git a/czkawka_cli/Cargo.toml b/czkawka_cli/Cargo.toml index 55d4d06..fa266c5 100644 --- a/czkawka_cli/Cargo.toml +++ b/czkawka_cli/Cargo.toml @@ -3,7 +3,7 @@ name = "czkawka_cli" version = "6.1.0" authors = ["Rafał Mikrut "] edition = "2021" -rust-version = "1.72.1" +rust-version = "1.74.0" description = "CLI frontend of Czkawka" license = "MIT" homepage = "https://github.com/qarmin/czkawka" diff --git a/czkawka_core/Cargo.toml b/czkawka_core/Cargo.toml index 7b95707..3a4fcf6 100644 --- a/czkawka_core/Cargo.toml +++ b/czkawka_core/Cargo.toml @@ -3,7 +3,7 @@ name = "czkawka_core" version = "6.1.0" authors = ["Rafał Mikrut "] edition = "2021" -rust-version = "1.72.1" +rust-version = "1.74.0" description = "Core of Czkawka app" license = "MIT" homepage = "https://github.com/qarmin/czkawka" diff --git a/czkawka_gui/Cargo.toml b/czkawka_gui/Cargo.toml index 1bc9b5b..27064da 100644 --- a/czkawka_gui/Cargo.toml +++ b/czkawka_gui/Cargo.toml @@ -3,7 +3,7 @@ name = "czkawka_gui" version = "6.1.0" authors = ["Rafał Mikrut "] edition = "2021" -rust-version = "1.72.1" +rust-version = "1.74.0" description = "GTK frontend of Czkawka" license = "MIT" homepage = "https://github.com/qarmin/czkawka" diff --git a/czkawka_gui/README.md b/czkawka_gui/README.md index 29a2ce2..31ec9c9 100644 --- a/czkawka_gui/README.md +++ b/czkawka_gui/README.md @@ -36,7 +36,7 @@ Compilation of gui is harder than compilation cli or core, because uses gtk4 whi ### Requirements | Program | Minimal version | |:---------:|:-----------------:| -| Rust | 1.72.1 | +| Rust | 1.74.0 | | GTK | 4.6 | ### Linux (Ubuntu, but on other OS should work similar) diff --git a/instructions/Compilation.md b/instructions/Compilation.md index 287b647..eaff0c7 100644 --- a/instructions/Compilation.md +++ b/instructions/Compilation.md @@ -19,7 +19,7 @@ New versions of GTK fixes some bugs, so e.g. middle button selection will work o | 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 | #### Debian / Ubuntu diff --git a/krokiet/Cargo.toml b/krokiet/Cargo.toml index 7c895cf..e816f48 100644 --- a/krokiet/Cargo.toml +++ b/krokiet/Cargo.toml @@ -3,7 +3,7 @@ name = "krokiet" version = "6.1.0" authors = ["Rafał Mikrut "] edition = "2021" -rust-version = "1.72.1" +rust-version = "1.74.0" description = "Slint frontend of Czkawka Core" license = "GPL-3" homepage = "https://github.com/qarmin/czkawka"