Skip to content

Commit e355a6a

Browse files
committed
ci: Bump version of rust nightly
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 99ae06b commit e355a6a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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-2024-02-06
20+
toolchain: nightly-2024-05-09
2121
components: rustfmt
2222

2323
- name: Run Benchmarks

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
- name: Install Rust
279279
uses: dtolnay/rust-toolchain@master
280280
with:
281-
toolchain: nightly-2024-02-06
281+
toolchain: nightly-2024-05-09
282282
components: rustfmt
283283

284284
- name: Cargo fmt
@@ -315,7 +315,7 @@ jobs:
315315
- name: Install Rust
316316
uses: dtolnay/rust-toolchain@master
317317
with:
318-
toolchain: nightly-2024-02-06
318+
toolchain: nightly-2024-05-09
319319
components: clippy
320320

321321
- name: Load cache

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Rust
3838
uses: dtolnay/rust-toolchain@master
3939
with:
40-
toolchain: nightly-2024-02-06
40+
toolchain: nightly-2024-05-09
4141

4242
- name: Install Node.js
4343
uses: actions/setup-node@v4

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use kotlin::KotlinArgs;
1111
use swift::SwiftArgs;
1212
use xshell::cmd;
1313

14-
const NIGHTLY: &str = "nightly-2024-02-06";
14+
const NIGHTLY: &str = "nightly-2024-05-09";
1515

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

0 commit comments

Comments
 (0)