File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : dtolnay/rust-toolchain@master
14+ - uses : dtolnay/rust-toolchain@stable
1515 with :
16- # embedded-hal-async needs nightly.
17- # Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
18- toolchain : nightly-2023-10-14
1916 components : clippy
2017 - run : cargo clippy --all-features -- --deny=warnings
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : dtolnay/rust-toolchain@master
1515 with :
16- toolchain : nightly-2023-10-14
16+ toolchain : nightly-2024-07-26
1717 # tokio/net required to workaround https://github.com/tokio-rs/tokio/issues/6165
1818 - run : RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features --features tokio/net
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : dtolnay/rust-toolchain@master
15+ - uses : dtolnay/rust-toolchain@stable
1616 with :
17- toolchain : nightly
1817 components : rustfmt
1918 - run : cargo fmt --check
You can’t perform that action at this time.
0 commit comments