File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,16 @@ jobs:
102
102
if : ${{ matrix.is_windows }}
103
103
run : cargo build --target x86_64-pc-windows-msvc --release;
104
104
105
- rustc-1-46 :
105
+ rustc-1-54 :
106
106
needs : rustfmt
107
107
runs-on : ubuntu-latest
108
108
steps :
109
109
- uses : actions/checkout@v2
110
110
- uses : actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f
111
111
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;
115
115
116
116
test_ios :
117
117
continue-on-error : ${{ matrix.experimental }}
@@ -271,7 +271,7 @@ jobs:
271
271
- clippy
272
272
- rustfmt
273
273
- test
274
- - rustc-1-46
274
+ - rustc-1-54
275
275
- test_ios
276
276
- test_android
277
277
- godot_test
You can’t perform that action at this time.
0 commit comments