Skip to content

Commit 7c41f5d

Browse files
committed
Update CI to use 1.72
1 parent 5dc7a71 commit 7c41f5d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

ci/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ if [ "${CHANNEL}" = "nightly" ]; then
1616
FEATURES="${FEATURES},nightly"
1717
export RUSTFLAGS="$RUSTFLAGS -D warnings"
1818
fi
19-
if [ "${CHANNEL}" = "1.63.0" ]; then
20-
cargo update --package allocator-api2 --precise 0.2.9
21-
fi
2219

2320
CARGO=cargo
2421
if [ "${CROSS}" = "1" ]; then

0 commit comments

Comments
 (0)