Skip to content

embedded-can: bump defmt to v1, rename feature from defmt-03 to defmt #1623

embedded-can: bump defmt to v1, rename feature from defmt-03 to defmt

embedded-can: bump defmt to v1, rename feature from defmt-03 to defmt #1623

Workflow file for this run

on:
push: # Run CI for all branches except GitHub merge queue tmp branches
branches-ignore:
- "gh-readonly-queue/**"
pull_request: # Run CI for PRs on any branch
merge_group: # Run CI for the GitHub merge queue
name: Clippy check
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --all-features -- --deny=warnings