Skip to content

Commit

Permalink
1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Oct 4, 2023
1 parent cea7652 commit 2ea2e3f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linux-cli:
strategy:
matrix:
toolchain: [ stable, 1.67.1 ]
toolchain: [ stable, 1.70.0 ]
type: [ release ]
runs-on: ubuntu-20.04
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linux-gui:
strategy:
matrix:
toolchain: [ stable, 1.67.1 ]
toolchain: [ stable, 1.70.0 ]
type: [ release ]
runs-on: ubuntu-22.04
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.67.1') }}
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.70.0') }}

- name: Store Linux GUI Heif
uses: actions/upload-artifact@v3
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 = "6.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.67.1"
rust-version = "1.70.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 = "6.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.67.1"
rust-version = "1.70.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 = "6.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
edition = "2021"
rust-version = "1.67.1"
rust-version = "1.70.0"
description = "GTK frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
Expand Down
2 changes: 1 addition & 1 deletion instructions/Compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ New versions of GTK fixes some bugs, so e.g. middle button selection will work o

| Program | Min | What for |
|---------|--------|--------------------------------------------------------------------------------------|
| Rust | 1.67.1 | The minimum version of rust does not depend on anything, so it can change frequently |
| Rust | 1.70.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

0 comments on commit 2ea2e3f

Please sign in to comment.