Skip to content

Commit 8a847a9

Browse files
zecakehpoljar
authored andcommitted
ci: Bump the version of Rust nightly
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 3d64235 commit 8a847a9

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: nightly-2025-02-20
20+
toolchain: nightly-2025-06-27
2121
components: rustfmt
2222

2323
- name: Run Benchmarks

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
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-02-20
312+
toolchain: nightly-2025-06-27
313313
components: clippy, rustfmt
314314

315315
- name: Load cache
@@ -397,4 +397,3 @@ jobs:
397397
- name: Compile benchmarks (no run)
398398
run: |
399399
cargo bench --profile dev --no-run
400-

.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-02-20
34+
toolchain: nightly-2025-06-27
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::{cmd, Shell};
1919

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

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

0 commit comments

Comments
 (0)