diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 639af38..316c321 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -114,11 +114,11 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@nightly + - uses: dtolnay/rust-toolchain@stable - uses: taiki-e/install-action@cargo-hack - - run: cargo hack check --feature-powerset --depth 2 -Z avoid-dev-deps + - run: cargo hack --no-dev-deps check --feature-powerset --depth 2 doc: name: Build docs