Skip to content

Commit

Permalink
Remove stm32-usbd feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3Rm4n committed Nov 27, 2023
1 parent 7979bb9 commit bb4453f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --features=stm32f303xc,stm32-usbd,rt,can,ld --lib
args: --features=stm32f303xc,usb,rt,can,ld --lib

check-min-deps:
name: Check Minimal Dependency Versions
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --features=stm32f303xc,stm32-usbd,rt,can,ld --lib --examples
args: --features=stm32f303xc,usb,rt,can,ld --lib --examples

check-minimal-feature-set:
name: Check minimal feature set
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
was hard to find out anyway.
- Remove `defmt-*` features (`defmt` feature is still available), to finalize
migration from `defmt-0.2.x` -> `defmt-0.3.x`.
- Removed implicit `stm32-usbd` feature (use `usb` instead)

### Added

Expand Down

0 comments on commit bb4453f

Please sign in to comment.