Skip to content

Commit

Permalink
Update CI to use 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Feb 12, 2024
1 parent 5dc7a71 commit 7c41f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
thumbv6m-none-eabi,
x86_64-pc-windows-gnu,
]
channel: [1.63.0, nightly]
channel: [1.72.0, nightly]
include:
- os: macos-latest
target: x86_64-apple-darwin
Expand All @@ -68,10 +68,10 @@ jobs:
channel: nightly
- os: macos-latest
target: x86_64-apple-darwin
channel: 1.63.0
channel: 1.72.0
- os: windows-latest
target: x86_64-pc-windows-msvc
channel: 1.63.0
channel: 1.72.0
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
channel: beta
Expand Down
3 changes: 0 additions & 3 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ if [ "${CHANNEL}" = "nightly" ]; then
FEATURES="${FEATURES},nightly"
export RUSTFLAGS="$RUSTFLAGS -D warnings"
fi
if [ "${CHANNEL}" = "1.63.0" ]; then
cargo update --package allocator-api2 --precise 0.2.9
fi

CARGO=cargo
if [ "${CROSS}" = "1" ]; then
Expand Down

0 comments on commit 7c41f5d

Please sign in to comment.