File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install Rust
18
18
uses : dtolnay/rust-toolchain@master
19
19
with :
20
- toolchain : nightly-2024-02-06
20
+ toolchain : nightly-2024-05-09
21
21
components : rustfmt
22
22
23
23
- name : Run Benchmarks
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278
278
- name : Install Rust
279
279
uses : dtolnay/rust-toolchain@master
280
280
with :
281
- toolchain : nightly-2024-02-06
281
+ toolchain : nightly-2024-05-09
282
282
components : rustfmt
283
283
284
284
- name : Cargo fmt
@@ -315,7 +315,7 @@ jobs:
315
315
- name : Install Rust
316
316
uses : dtolnay/rust-toolchain@master
317
317
with :
318
- toolchain : nightly-2024-02-06
318
+ toolchain : nightly-2024-05-09
319
319
components : clippy
320
320
321
321
- name : Load cache
Original file line number Diff line number Diff line change 37
37
- name : Install Rust
38
38
uses : dtolnay/rust-toolchain@master
39
39
with :
40
- toolchain : nightly-2024-02-06
40
+ toolchain : nightly-2024-05-09
41
41
42
42
- name : Install Node.js
43
43
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use kotlin::KotlinArgs;
11
11
use swift:: SwiftArgs ;
12
12
use xshell:: cmd;
13
13
14
- const NIGHTLY : & str = "nightly-2024-02-06 " ;
14
+ const NIGHTLY : & str = "nightly-2024-05-09 " ;
15
15
16
16
type Result < T , E = Box < dyn std:: error:: Error > > = std:: result:: Result < T , E > ;
17
17
You can’t perform that action at this time.
0 commit comments