From de4f3da5b1815e91600a7857104ee7d053aa4d2a Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Sat, 5 Mar 2022 16:25:35 +0000 Subject: [PATCH] Bumped nightly --- .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 d921bb53573..86e18a52c07 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-2021-12-10 + toolchain: nightly-2022-03-02 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-2021-12-10 + toolchain: nightly-2022-03-02 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-01-17 + toolchain: nightly-2022-03-02 override: true - uses: Swatinem/rust-cache@v1 - name: Run