Skip to content

Commit

Permalink
ci: update Rust to 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 19, 2024
1 parent df4fd82 commit 85d7c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Lint Rust
runs-on: ubuntu-latest
env:
RUSTUP_TOOLCHAIN: 1.81.0
RUSTUP_TOOLCHAIN: 1.82.0
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rust: 1.81.0
rust: 1.82.0
- os: windows-latest
rust: 1.81.0
rust: 1.82.0
- os: macos-latest
rust: 1.81.0
rust: 1.82.0

# Minimum Supported Rust Version = 1.77.0
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion scripts/coredeps/install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
#
# Avoid using rustup here as it depends on reading /proc/self/exe and
# has problems running under QEMU.
RUST_VERSION=1.81.0
RUST_VERSION=1.82.0

ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu
Expand Down

0 comments on commit 85d7c1f

Please sign in to comment.