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