From 5ece287f7fc8d18617529c7dda6d55fea3b206ff Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Tue, 13 Feb 2024 02:29:04 -0500 Subject: [PATCH] ci: Unpin nightly version The issue was resolved by `nightly-2024-02-13`. --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ae478..5fecd89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,3 @@ -# TODO: Switch back to `nightly` https://github.com/rust-lang/rust/issues/120949 - on: [push, pull_request] name: CI @@ -76,7 +74,7 @@ jobs: - windows-latest rust: - stable - - nightly-2024-02-10 + - nightly steps: - uses: actions/checkout@v4 - uses: actions/cache@v3.3.2 @@ -103,8 +101,8 @@ jobs: ${{ env.CARGO_HOME }} target key: miri-${{ runner.os }} - - run: rustup default nightly-2024-02-10 - - run: rustup update nightly-2024-02-10 --no-self-update + - run: rustup default nightly + - run: rustup update nightly --no-self-update - run: rustup component add miri - run: rustc -Vv - run: cargo miri test -p divan -p divan-macros @@ -122,7 +120,7 @@ jobs: - windows-latest rust: - stable - - nightly-2024-02-10 + - nightly env: DIVAN_ITEMS_COUNT: 0 DIVAN_BYTES_COUNT: 1