Skip to content

Commit

Permalink
1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Oct 11, 2024
1 parent ecc7b61 commit 376be10
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimial_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: sudo apt update || true; sudo apt install libgtk-4-dev libheif-dev libraw-dev ffmpeg -y

- name: Setup rust version
run: rustup default 1.79.0
run: rustup default 1.80.0

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion czkawka_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "czkawka_cli"
version = "8.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
Expand Down
2 changes: 1 addition & 1 deletion czkawka_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "czkawka_core"
version = "8.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
Expand Down
2 changes: 1 addition & 1 deletion czkawka_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "czkawka_gui"
version = "8.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"
description = "GTK frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
Expand Down
2 changes: 1 addition & 1 deletion czkawka_gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lot build and runtime dependencies.

| Program | Minimal version |
|:-------:|:---------------:|
| Rust | 1.79.0 |
| Rust | 1.80.0 |
| GTK | 4.6 |

### Linux (Ubuntu, but on other OS should work similar)
Expand Down
2 changes: 1 addition & 1 deletion instructions/Compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ New versions of GTK fixes some bugs, so e.g. middle button selection will work o

| Program | Min | What for |
|---------|--------|--------------------------------------------------------------------------------------|
| Rust | 1.79.0 | The minimum version of rust does not depend on anything, so it can change frequently |
| Rust | 1.80.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
Expand Down
2 changes: 1 addition & 1 deletion krokiet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "krokiet"
version = "8.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"
description = "Slint frontend of Czkawka Core"
license = "GPL-3.0-only"
homepage = "https://github.com/qarmin/czkawka"
Expand Down

0 comments on commit 376be10

Please sign in to comment.