Skip to content

Commit 6067545

Browse files
authored
Merge pull request #497 from AltF02/rust-1.55
rust: move to stable `rustc` release (`1.55.0`)
2 parents 3976bd9 + 881acc3 commit 6067545

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
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.54.0]
16+
rustc: [1.55.0]
1717
output: [src] # [src, build]
1818
install: [rustup] # [rustup, standalone]
1919
sysroot: [common] # [common, custom]
@@ -37,23 +37,23 @@ jobs:
3737
- arch: arm64
3838
toolchain: gcc
3939
config: debug
40-
rustc: 1.54.0
40+
rustc: 1.55.0
4141
output: build
4242
install: rustup
4343
sysroot: custom
4444

4545
- arch: ppc64le
4646
toolchain: clang
4747
config: release
48-
rustc: 1.54.0
48+
rustc: 1.55.0
4949
output: build
5050
install: standalone
5151
sysroot: common
5252

5353
- arch: x86_64
5454
toolchain: llvm
5555
config: debug
56-
rustc: 1.54.0
56+
rustc: 1.55.0
5757
output: build
5858
install: standalone
5959
sysroot: custom

0 commit comments

Comments
 (0)