Skip to content

Commit a9559ea

Browse files
committed
CI: Update nightly version
1 parent eef56c2 commit a9559ea

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: dtolnay/rust-toolchain@master
2424
id: toolchain
2525
with:
26-
toolchain: nightly-2025-02-14
26+
toolchain: nightly-2025-05-30
2727
components: "rustfmt, miri"
2828
- name: Override default toolchain
2929
run: rustup override set ${{steps.toolchain.outputs.name}}
@@ -52,7 +52,7 @@ jobs:
5252
uses: dtolnay/rust-toolchain@master
5353
id: toolchain
5454
with:
55-
toolchain: nightly-2025-02-14
55+
toolchain: nightly-2025-05-30
5656
components: "clippy, rustfmt"
5757
- name: Override default toolchain
5858
run: rustup override set ${{steps.toolchain.outputs.name}}
@@ -80,7 +80,7 @@ jobs:
8080
uses: dtolnay/rust-toolchain@master
8181
id: toolchain
8282
with:
83-
toolchain: nightly-2025-02-14
83+
toolchain: nightly-2025-05-30
8484
components: rust-docs
8585
- name: Override default toolchain
8686
run: rustup override set ${{steps.toolchain.outputs.name}}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: dtolnay/rust-toolchain@master
1818
id: toolchain
1919
with:
20-
toolchain: nightly-2025-02-14
20+
toolchain: nightly-2025-05-30
2121
- name: Override default toolchain
2222
run: rustup override set ${{steps.toolchain.outputs.name}}
2323
- run: cargo --version

.github/workflows/rustdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: dtolnay/rust-toolchain@master
2222
id: toolchain
2323
with:
24-
toolchain: nightly-2025-02-14
24+
toolchain: nightly-2025-05-30
2525
components: rust-docs
2626
- name: Override default toolchain
2727
run: rustup override set ${{steps.toolchain.outputs.name}}

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"rust-analyzer.rustfmt.extraArgs": [
33
"+nightly"
4-
],
5-
"rust-analyzer.cargo.extraEnv": {
6-
"RUSTUP_TOOLCHAIN": "nightly"
7-
},
4+
]
85
}

0 commit comments

Comments
 (0)