File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ jobs:
309
309
- name : Install Rust
310
310
uses : dtolnay/rust-toolchain@master
311
311
with :
312
- toolchain : nightly-2025-06-27
312
+ toolchain : nightly-2025-08-08
313
313
components : clippy, rustfmt
314
314
315
315
- name : Load cache
Original file line number Diff line number Diff line change 31
31
- name : Install Rust
32
32
uses : dtolnay/rust-toolchain@master
33
33
with :
34
- toolchain : nightly-2025-06-27
34
+ toolchain : nightly-2025-08-08
35
35
36
36
- name : Install Node.js
37
37
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use release::ReleaseArgs;
17
17
use swift:: SwiftArgs ;
18
18
use xshell:: { Shell , cmd} ;
19
19
20
- const NIGHTLY : & str = "nightly-2025-06-27 " ;
20
+ const NIGHTLY : & str = "nightly-2025-08-08 " ;
21
21
22
22
type Result < T , E = Box < dyn std:: error:: Error > > = std:: result:: Result < T , E > ;
23
23
You can’t perform that action at this time.
0 commit comments