diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88657e07a..0f67dccfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,9 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.70 + # NOTE: full version (including .0) to work around + # . + toolchain: 1.70.0 - name: Check # We only run check allowing us to use newer features in tests. run: cargo check --all-features