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