Skip to content

Commit

Permalink
ci: update nightly versions for clippy and rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsyn committed Oct 15, 2023
1 parent 739fa02 commit fb30c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
# embedded-hal-async needs nightly.
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
toolchain: nightly-2023-07-03
toolchain: nightly-2023-10-14
components: clippy
- run: cargo clippy --all-features -- --deny=warnings
- run: cargo clippy --all-features -- --deny=warnings
4 changes: 2 additions & 2 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-07-03
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
toolchain: nightly-2023-10-14
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features

0 comments on commit fb30c9b

Please sign in to comment.