From c52abe0017b86225d9bb14f0aba8747b23f5152f Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Sat, 5 Mar 2022 17:46:52 +0000 Subject: [PATCH] Bumped nightly to miri --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86e18a52c07..519579b83d8 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-02 + toolchain: nightly-2022-03-03 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-02 + toolchain: nightly-2022-03-03 override: true - uses: Swatinem/rust-cache@v1 with: @@ -189,7 +189,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-02 + toolchain: nightly-2022-03-03 override: true - uses: Swatinem/rust-cache@v1 - name: Run