5252
5353 - name : Setup
5454 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
5757 rustup target add \
5858 aarch64-linux-android \
5959 armv7-linux-androideabi \
8484
8585 - name : Setup
8686 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
8989 rustup target add \
9090 x86_64-apple-darwin \
9191 aarch64-apple-darwin \
@@ -153,7 +153,7 @@ jobs:
153153 - name : Install Rust Nightly
154154 uses : dtolnay/rust-toolchain@stable
155155 with :
156- toolchain : nightly-2024-05-18
156+ toolchain : nightly-2025-04-15
157157 components : rust-src
158158
159159 - name : Build binaries
@@ -178,7 +178,7 @@ jobs:
178178 - name : Install Rust Nightly
179179 uses : dtolnay/rust-toolchain@stable
180180 with :
181- toolchain : nightly-2024-05-18
181+ toolchain : nightly-2025-04-15
182182 components : rust-src
183183
184184 - name : Build binaries
@@ -203,7 +203,7 @@ jobs:
203203 - name : Install Rust Nightly
204204 uses : dtolnay/rust-toolchain@stable
205205 with :
206- toolchain : nightly-2024-05-18
206+ toolchain : nightly-2025-04-15
207207 components : rust-src
208208
209209 - name : Build binary
@@ -228,7 +228,7 @@ jobs:
228228 - name : Install Rust Nightly
229229 uses : dtolnay/rust-toolchain@stable
230230 with :
231- toolchain : nightly-2024-05-18
231+ toolchain : nightly-2025-04-15
232232 components : rust-src
233233
234234 - name : Build binary
@@ -253,7 +253,7 @@ jobs:
253253 - name : Install Rust Nightly
254254 uses : dtolnay/rust-toolchain@stable
255255 with :
256- toolchain : nightly-2024-05-18
256+ toolchain : nightly-2025-04-15
257257 components : rust-src
258258
259259 - name : Build binary
@@ -278,7 +278,7 @@ jobs:
278278 - name : Install Rust Nightly
279279 uses : dtolnay/rust-toolchain@stable
280280 with :
281- toolchain : nightly-2024-05-18
281+ toolchain : nightly-2025-04-15
282282 components : rust-src
283283
284284 - name : Setup emsdk
0 commit comments