diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de90ce7a..72a7581d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: with: cache-on-failure: true - name: cargo doc - run: cargo +nightly doc --all-features --no-deps + run: cargo doc --all-features --no-deps cargo-clippy: runs-on: ubuntu-latest @@ -57,7 +57,7 @@ jobs: with: cache-on-failure: false - name: cargo clippy - run: cargo +nightly clippy --all --all-features -- -D warnings + run: cargo clippy --all --all-features -- -D warnings tests: runs-on: ubuntu-latest