Skip to content

Commit c85e67c

Browse files
committed
test
1 parent 8926c54 commit c85e67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ jobs:
290290
# with a OS-dependent path.
291291
- name: Setup Rust toolchain
292292
run: |
293-
rustup toolchain install nightly-2023-10-30
294-
rustup default nightly-2023-10-30
293+
rustup toolchain install nightly-2023-10-29
294+
rustup default nightly-2023-10-29
295295
rustup component add rustfmt
296296
- name: Run tests (excluding doctests)
297297
shell: bash

0 commit comments

Comments
 (0)