diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51640ffbe..b2ae1bac0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,11 +76,6 @@ jobs: steps: - uses: actions/checkout@master - - uses: actions-rs/toolchain@v1 - with: - toolchain: nightly - override: true - - name: setup run: | rustup component add clippy rustfmt @@ -93,4 +88,4 @@ jobs: run: cargo fmt --all -- --check - name: Docs - run: cargo doc --no-deps --features unstable + run: cargo doc --no-deps