Skip to content

Commit 3e70537

Browse files
committed
ci: upgrade to 1.57.0
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 53b38fe commit 3e70537

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
arch: [arm, arm64, ppc64le, riscv64, x86_64]
1414
toolchain: [gcc, clang, llvm]
1515
config: [debug, release]
16-
rustc: [1.56.0]
16+
rustc: [1.57.0]
1717
output: [src] # [src, build]
1818
install: [rustup] # [rustup, standalone]
1919
sysroot: [common] # [common, custom]
@@ -49,7 +49,7 @@ jobs:
4949
- arch: arm64
5050
toolchain: gcc
5151
config: debug
52-
rustc: 1.56.0
52+
rustc: 1.57.0
5353
output: build
5454
install: rustup
5555
sysroot: custom
@@ -58,7 +58,7 @@ jobs:
5858
- arch: arm64
5959
toolchain: llvm
6060
config: debug
61-
rustc: 1.56.0
61+
rustc: 1.57.0
6262
output: build
6363
install: rustup
6464
sysroot: custom
@@ -67,7 +67,7 @@ jobs:
6767
- arch: arm64
6868
toolchain: llvm
6969
config: release
70-
rustc: 1.56.0
70+
rustc: 1.57.0
7171
output: build
7272
install: rustup
7373
sysroot: custom
@@ -76,7 +76,7 @@ jobs:
7676
- arch: ppc64le
7777
toolchain: clang
7878
config: release
79-
rustc: 1.56.0
79+
rustc: 1.57.0
8080
output: build
8181
install: standalone
8282
sysroot: common
@@ -85,7 +85,7 @@ jobs:
8585
- arch: x86_64
8686
toolchain: llvm
8787
config: debug
88-
rustc: 1.56.0
88+
rustc: 1.57.0
8989
output: build
9090
install: standalone
9191
sysroot: custom
@@ -94,7 +94,7 @@ jobs:
9494
- arch: x86_64
9595
toolchain: llvm
9696
config: debug
97-
rustc: 1.56.0
97+
rustc: 1.57.0
9898
output: src
9999
install: rustup
100100
sysroot: common
@@ -103,7 +103,7 @@ jobs:
103103
- arch: x86_64
104104
toolchain: llvm
105105
config: release
106-
rustc: 1.56.0
106+
rustc: 1.57.0
107107
output: src
108108
install: rustup
109109
sysroot: common

0 commit comments

Comments
 (0)