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:
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
You can’t perform that action at this time.
0 commit comments