File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
name : Lint Rust
25
25
runs-on : ubuntu-latest
26
26
env :
27
- RUSTUP_TOOLCHAIN : 1.84.0
27
+ RUSTUP_TOOLCHAIN : 1.84.1
28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
with :
@@ -97,11 +97,11 @@ jobs:
97
97
matrix :
98
98
include :
99
99
- os : ubuntu-latest
100
- rust : 1.84.0
100
+ rust : 1.84.1
101
101
- os : windows-latest
102
- rust : 1.84.0
102
+ rust : 1.84.1
103
103
- os : macos-latest
104
- rust : 1.84.0
104
+ rust : 1.84.1
105
105
106
106
# Minimum Supported Rust Version = 1.81.0
107
107
- os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euo pipefail
7
7
#
8
8
# Avoid using rustup here as it depends on reading /proc/self/exe and
9
9
# has problems running under QEMU.
10
- RUST_VERSION=1.84.0
10
+ RUST_VERSION=1.84.1
11
11
12
12
ARCH=" $( uname -m) "
13
13
test -f " /lib/libc.musl-$ARCH .so.1" && LIBC=musl || LIBC=gnu
You can’t perform that action at this time.
0 commit comments