Skip to content

Commit

Permalink
Small fixes (qarmin#1226)
Browse files Browse the repository at this point in the history
* Use P instead L

* Cons

* Fix loading invalid item

* 1.75.0
  • Loading branch information
qarmin authored Feb 24, 2024
1 parent 4dbc26e commit e5a0219
Show file tree
Hide file tree
Showing 13 changed files with 192 additions and 124 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.74.0 ]
toolchain: [ stable, 1.75.0 ]
type: [ release ]
runs-on: ubuntu-20.04
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linux-krokiet-gui:
strategy:
matrix:
toolchain: [ stable, 1.74.0 ]
toolchain: [ stable, 1.75.0 ]
type: [ release ]
runs-on: ubuntu-20.04
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
linux-krokiet-gui-heif:
strategy:
matrix:
toolchain: [ stable, 1.74.0 ]
toolchain: [ stable, 1.75.0 ]
type: [ release ]
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
linux-gui:
strategy:
matrix:
toolchain: [ stable, 1.74.0 ]
toolchain: [ stable, 1.75.0 ]
type: [ release ]
runs-on: ubuntu-22.04
steps:
Expand Down
96 changes: 43 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5a0219

Please sign in to comment.