Skip to content

Commit c6210ca

Browse files
zecakehandybalaam
authored andcommitted
ci: Upgrade the version of Rust nightly
Signed-off-by: Kévin Commaille <[email protected]>
1 parent a9ce1c6 commit c6210ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
- name: Install Rust
310310
uses: dtolnay/rust-toolchain@master
311311
with:
312-
toolchain: nightly-2025-06-27
312+
toolchain: nightly-2025-08-08
313313
components: clippy, rustfmt
314314

315315
- name: Load cache

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Rust
3232
uses: dtolnay/rust-toolchain@master
3333
with:
34-
toolchain: nightly-2025-06-27
34+
toolchain: nightly-2025-08-08
3535

3636
- name: Install Node.js
3737
uses: actions/setup-node@v4

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use release::ReleaseArgs;
1717
use swift::SwiftArgs;
1818
use xshell::{Shell, cmd};
1919

20-
const NIGHTLY: &str = "nightly-2025-06-27";
20+
const NIGHTLY: &str = "nightly-2025-08-08";
2121

2222
type Result<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;
2323

0 commit comments

Comments
 (0)