Skip to content

Commit ce964ba

Browse files
committed
Update nightly rust version used for MIRI
1 parent 4838564 commit ce964ba

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
@@ -364,8 +364,8 @@ jobs:
364364
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.lock') }}
365365
- name: Setup Rust toolchain
366366
run: |
367-
rustup toolchain install nightly-2022-01-17
368-
rustup default nightly-2022-01-17
367+
rustup toolchain install nightly-2022-08-20
368+
rustup default nightly-2022-08-20
369369
rustup component add rustfmt clippy miri
370370
- name: Run Miri Checks
371371
env:

0 commit comments

Comments
 (0)