Skip to content

Commit c92c4d2

Browse files
committed
ci: use Rust 1.58.0
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 3108878 commit c92c4d2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
arch: [arm, arm64, ppc64le, riscv64, x86_64]
1515
toolchain: [gcc, clang, llvm]
1616
config: [debug, release]
17-
rustc: [1.57.0]
17+
rustc: [1.58.0]
1818
output: [src] # [src, build]
1919
install: [rustup] # [rustup, standalone]
2020
sysroot: [common] # [common, custom]
@@ -50,7 +50,7 @@ jobs:
5050
- arch: arm64
5151
toolchain: gcc
5252
config: debug
53-
rustc: 1.57.0
53+
rustc: 1.58.0
5454
output: build
5555
install: rustup
5656
sysroot: custom
@@ -59,7 +59,7 @@ jobs:
5959
- arch: arm64
6060
toolchain: llvm
6161
config: debug
62-
rustc: 1.57.0
62+
rustc: 1.58.0
6363
output: build
6464
install: rustup
6565
sysroot: custom
@@ -68,7 +68,7 @@ jobs:
6868
- arch: arm64
6969
toolchain: llvm
7070
config: release
71-
rustc: 1.57.0
71+
rustc: 1.58.0
7272
output: build
7373
install: rustup
7474
sysroot: custom
@@ -77,7 +77,7 @@ jobs:
7777
- arch: ppc64le
7878
toolchain: clang
7979
config: release
80-
rustc: 1.57.0
80+
rustc: 1.58.0
8181
output: build
8282
install: standalone
8383
sysroot: common
@@ -86,7 +86,7 @@ jobs:
8686
- arch: x86_64
8787
toolchain: llvm
8888
config: debug
89-
rustc: 1.57.0
89+
rustc: 1.58.0
9090
output: build
9191
install: standalone
9292
sysroot: custom
@@ -95,7 +95,7 @@ jobs:
9595
- arch: x86_64
9696
toolchain: llvm
9797
config: debug
98-
rustc: 1.57.0
98+
rustc: 1.58.0
9999
output: src
100100
install: rustup
101101
sysroot: common
@@ -104,7 +104,7 @@ jobs:
104104
- arch: x86_64
105105
toolchain: llvm
106106
config: release
107-
rustc: 1.57.0
107+
rustc: 1.58.0
108108
output: src
109109
install: rustup
110110
sysroot: common

0 commit comments

Comments
 (0)