Skip to content

Commit 19f6503

Browse files
committed
CI: Update rustc (1.46.0 -> 1.54.0)
1 parent 004e0db commit 19f6503

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ jobs:
102102
if: ${{ matrix.is_windows }}
103103
run: cargo build --target x86_64-pc-windows-msvc --release;
104104

105-
rustc-1-46:
105+
rustc-1-54:
106106
needs: rustfmt
107107
runs-on: ubuntu-latest
108108
steps:
109109
- uses: actions/checkout@v2
110110
- uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
111111
with:
112-
toolchain: 1.46.0
113-
- name: Checking on 1.46.0
114-
run: cargo +1.46.0 check --all --all-features;
112+
toolchain: 1.54.0
113+
- name: Checking on 1.54.0
114+
run: cargo +1.54.0 check --all --all-features;
115115

116116
test_ios:
117117
continue-on-error: ${{ matrix.experimental }}
@@ -271,7 +271,7 @@ jobs:
271271
- clippy
272272
- rustfmt
273273
- test
274-
- rustc-1-46
274+
- rustc-1-54
275275
- test_ios
276276
- test_android
277277
- godot_test

0 commit comments

Comments
 (0)