52
52
53
53
- name : Setup
54
54
run : |
55
- rustup toolchain install nightly-2024-05-18 -x86_64-unknown-linux-gnu
56
- rustup component add rust-src --toolchain nightly-2024-05-18 -x86_64-unknown-linux-gnu
55
+ rustup toolchain install nightly-2025-04-15 -x86_64-unknown-linux-gnu
56
+ rustup component add rust-src --toolchain nightly-2025-04-15 -x86_64-unknown-linux-gnu
57
57
rustup target add \
58
58
aarch64-linux-android \
59
59
armv7-linux-androideabi \
84
84
85
85
- name : Setup
86
86
run : |
87
- rustup toolchain install nightly-2024-05-18 -aarch64-apple-darwin
88
- rustup component add rust-src --toolchain nightly-2024-05-18 -aarch64-apple-darwin
87
+ rustup toolchain install nightly-2025-04-15 -aarch64-apple-darwin
88
+ rustup component add rust-src --toolchain nightly-2025-04-15 -aarch64-apple-darwin
89
89
rustup target add \
90
90
x86_64-apple-darwin \
91
91
aarch64-apple-darwin \
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Install Rust Nightly
154
154
uses : dtolnay/rust-toolchain@stable
155
155
with :
156
- toolchain : nightly-2024-05-18
156
+ toolchain : nightly-2025-04-15
157
157
components : rust-src
158
158
159
159
- name : Build binaries
@@ -178,7 +178,7 @@ jobs:
178
178
- name : Install Rust Nightly
179
179
uses : dtolnay/rust-toolchain@stable
180
180
with :
181
- toolchain : nightly-2024-05-18
181
+ toolchain : nightly-2025-04-15
182
182
components : rust-src
183
183
184
184
- name : Build binaries
@@ -203,7 +203,7 @@ jobs:
203
203
- name : Install Rust Nightly
204
204
uses : dtolnay/rust-toolchain@stable
205
205
with :
206
- toolchain : nightly-2024-05-18
206
+ toolchain : nightly-2025-04-15
207
207
components : rust-src
208
208
209
209
- name : Build binary
@@ -228,7 +228,7 @@ jobs:
228
228
- name : Install Rust Nightly
229
229
uses : dtolnay/rust-toolchain@stable
230
230
with :
231
- toolchain : nightly-2024-05-18
231
+ toolchain : nightly-2025-04-15
232
232
components : rust-src
233
233
234
234
- name : Build binary
@@ -253,7 +253,7 @@ jobs:
253
253
- name : Install Rust Nightly
254
254
uses : dtolnay/rust-toolchain@stable
255
255
with :
256
- toolchain : nightly-2024-05-18
256
+ toolchain : nightly-2025-04-15
257
257
components : rust-src
258
258
259
259
- name : Build binary
@@ -278,7 +278,7 @@ jobs:
278
278
- name : Install Rust Nightly
279
279
uses : dtolnay/rust-toolchain@stable
280
280
with :
281
- toolchain : nightly-2024-05-18
281
+ toolchain : nightly-2025-04-15
282
282
components : rust-src
283
283
284
284
- name : Setup emsdk
0 commit comments