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 28, 2023
1 parent 15e3d4d commit f63773e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
toolchain: 1.59.0
target: thumbv7em-none-eabihf
- run: cargo check --features=stm32f303xc,stm32-usbd,rt,can,ld --lib
- run: cargo check --features=stm32f303xc,usb,rt,can,ld --lib

check-min-deps:
name: Check Minimal Dependency Versions
Expand All @@ -35,5 +35,5 @@ jobs:
toolchain: nightly
target: thumbv7em-none-eabihf
- run: cargo +nightly update -Z minimal-versions
- run: cargo check --features=stm32f303xc,stm32-usbd,rt,can,ld --lib --examples
- run: cargo check --features=stm32f303xc,usb,rt,can,ld --lib --examples

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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 f63773e

Please sign in to comment.