Skip to content

Commit 0687264

Browse files
committed
ci: upgrade Rust from 1.84.0 to 1.84.1
1 parent 0973a46 commit 0687264

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Lint Rust
2525
runs-on: ubuntu-latest
2626
env:
27-
RUSTUP_TOOLCHAIN: 1.84.0
27+
RUSTUP_TOOLCHAIN: 1.84.1
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
@@ -97,11 +97,11 @@ jobs:
9797
matrix:
9898
include:
9999
- os: ubuntu-latest
100-
rust: 1.84.0
100+
rust: 1.84.1
101101
- os: windows-latest
102-
rust: 1.84.0
102+
rust: 1.84.1
103103
- os: macos-latest
104-
rust: 1.84.0
104+
rust: 1.84.1
105105

106106
# Minimum Supported Rust Version = 1.81.0
107107
- os: ubuntu-latest

scripts/coredeps/install-rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77
#
88
# Avoid using rustup here as it depends on reading /proc/self/exe and
99
# has problems running under QEMU.
10-
RUST_VERSION=1.84.0
10+
RUST_VERSION=1.84.1
1111

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

0 commit comments

Comments
 (0)