diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc64b1539e..97d526b61be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,11 +184,11 @@ jobs: - uses: actions/checkout@v3 - - name: Install Rust nightly-2022-04-20 + - name: Install Rust nightly-2022-05-16 uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-04-20 + toolchain: nightly-2022-05-16 override: true components: rustc-dev,llvm-tools-preview @@ -196,7 +196,7 @@ jobs: run: sudo apt-get install -y cmake - name: Install Semverver - run: cargo +nightly-2022-04-20 install --git https://github.com/rust-lang/rust-semverver + run: cargo +nightly-2022-05-16 install --git https://github.com/rust-lang/rust-semverver - name: Enforce semantic versioning run: cargo semver | tee semver_out