We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85e67c commit 2e99e21Copy full SHA for 2e99e21
.github/workflows/rust.yml
@@ -290,8 +290,8 @@ jobs:
290
# with a OS-dependent path.
291
- name: Setup Rust toolchain
292
run: |
293
- rustup toolchain install nightly-2023-10-29
294
- rustup default nightly-2023-10-29
+ rustup toolchain install nightly-2023-10-30
+ rustup default nightly-2023-10-30
295
rustup component add rustfmt
296
- name: Run tests (excluding doctests)
297
shell: bash
0 commit comments