From 253686acb1545d6bd58fcda1a24eadfed16af0e6 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Tue, 12 Jul 2022 14:25:31 +0000 Subject: [PATCH] Bumped miri --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5fcc8e950f2..befc28befa4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-16 + toolchain: nightly-2022-07-12 override: true - uses: Swatinem/rust-cache@v1 with: @@ -99,7 +99,7 @@ jobs: submodules: true # needed to test IPC, which are located in a submodule - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-16 + toolchain: nightly-2022-07-12 override: true - uses: Swatinem/rust-cache@v1 with: