Skip to content

Commit fb30c9b

Browse files
committed
ci: update nightly versions for clippy and rustdoc
1 parent 739fa02 commit fb30c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/clippy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
# embedded-hal-async needs nightly.
1717
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
18-
toolchain: nightly-2023-07-03
18+
toolchain: nightly-2023-10-14
1919
components: clippy
20-
- run: cargo clippy --all-features -- --deny=warnings
20+
- run: cargo clippy --all-features -- --deny=warnings

.github/workflows/rustdoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: nightly-2023-07-03
17-
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
16+
toolchain: nightly-2023-10-14
17+
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features

0 commit comments

Comments
 (0)