From c9c173008ec0a06f80d79e46894a42cca80ffc05 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:56:25 +0000 Subject: [PATCH] fix --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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