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 58
58
thumbv6m-none-eabi,
59
59
x86_64-pc-windows-gnu,
60
60
]
61
- channel : [1.63 .0, nightly]
61
+ channel : [1.72 .0, nightly]
62
62
include :
63
63
- os : macos-latest
64
64
target : x86_64-apple-darwin
@@ -68,10 +68,10 @@ jobs:
68
68
channel : nightly
69
69
- os : macos-latest
70
70
target : x86_64-apple-darwin
71
- channel : 1.63 .0
71
+ channel : 1.72 .0
72
72
- os : windows-latest
73
73
target : x86_64-pc-windows-msvc
74
- channel : 1.63 .0
74
+ channel : 1.72 .0
75
75
- os : ubuntu-latest
76
76
target : x86_64-unknown-linux-gnu
77
77
channel : beta
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ if [ "${CHANNEL}" = "nightly" ]; then
16
16
FEATURES=" ${FEATURES} ,nightly"
17
17
export RUSTFLAGS=" $RUSTFLAGS -D warnings"
18
18
fi
19
- if [ " ${CHANNEL} " = " 1.63.0" ]; then
20
- cargo update --package allocator-api2 --precise 0.2.9
21
- fi
22
19
23
20
CARGO=cargo
24
21
if [ " ${CROSS} " = " 1" ]; then
You can’t perform that action at this time.
0 commit comments