File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5858 thumbv6m-none-eabi,
5959 x86_64-pc-windows-gnu,
6060 ]
61- channel : [1.63 .0, nightly]
61+ channel : [1.72 .0, nightly]
6262 include :
6363 - os : macos-latest
6464 target : x86_64-apple-darwin
@@ -68,10 +68,10 @@ jobs:
6868 channel : nightly
6969 - os : macos-latest
7070 target : x86_64-apple-darwin
71- channel : 1.63 .0
71+ channel : 1.72 .0
7272 - os : windows-latest
7373 target : x86_64-pc-windows-msvc
74- channel : 1.63 .0
74+ channel : 1.72 .0
7575 - os : ubuntu-latest
7676 target : x86_64-unknown-linux-gnu
7777 channel : beta
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ if [ "${CHANNEL}" = "nightly" ]; then
1616 FEATURES=" ${FEATURES} ,nightly"
1717 export RUSTFLAGS=" $RUSTFLAGS -D warnings"
1818fi
19- if [ " ${CHANNEL} " = " 1.63.0" ]; then
20- cargo update --package allocator-api2 --precise 0.2.9
21- fi
2219
2320CARGO=cargo
2421if [ " ${CROSS} " = " 1" ]; then
You can’t perform that action at this time.
0 commit comments