Skip to content

Commit e5a0219

Browse files
authored
Small fixes (#1226)
* Use P instead L * Cons * Fix loading invalid item * 1.75.0
1 parent 4dbc26e commit e5a0219

File tree

13 files changed

+192
-124
lines changed

13 files changed

+192
-124
lines changed

.github/workflows/linux_cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linux-cli:
1313
strategy:
1414
matrix:
15-
toolchain: [ stable, 1.74.0 ]
15+
toolchain: [ stable, 1.75.0 ]
1616
type: [ release ]
1717
runs-on: ubuntu-20.04
1818
steps:

.github/workflows/linux_gui.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linux-krokiet-gui:
1313
strategy:
1414
matrix:
15-
toolchain: [ stable, 1.74.0 ]
15+
toolchain: [ stable, 1.75.0 ]
1616
type: [ release ]
1717
runs-on: ubuntu-20.04
1818
steps:
@@ -39,7 +39,7 @@ jobs:
3939
linux-krokiet-gui-heif:
4040
strategy:
4141
matrix:
42-
toolchain: [ stable, 1.74.0 ]
42+
toolchain: [ stable, 1.75.0 ]
4343
type: [ release ]
4444
runs-on: ubuntu-22.04
4545
steps:
@@ -69,7 +69,7 @@ jobs:
6969
linux-gui:
7070
strategy:
7171
matrix:
72-
toolchain: [ stable, 1.74.0 ]
72+
toolchain: [ stable, 1.75.0 ]
7373
type: [ release ]
7474
runs-on: ubuntu-22.04
7575
steps:

Cargo.lock

+43-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)