Skip to content

Commit

Permalink
Patch usbd-hid-macros development dependency
Browse files Browse the repository at this point in the history
Our usbd-hid 0.6 development dependency no longer builds. See the
upstream issue tracker for details. This affects the USB HID examples we
maintain in this repository.

This commit patches the development dependency so our examples still
build. Note that this only affects examples that demonstrate imxrt-hal
0.5; another breaking change fixes the issue by updating the development
dependency.
  • Loading branch information
mciantyre committed Jul 16, 2024
1 parent 1d35a13 commit 4ebfffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,7 @@ name = "rtic_defmt_rtt"
[[example]]
name = "hal_i2c_lcd1602"
required-features = ["board/lcd1602"]

[patch.crates-io.usbd-hid-macros]
git = "https://github.com/imxrt-rs/usbd-hid.git"
branch = "patch-imxrt-hal-0.5"

0 comments on commit 4ebfffa

Please sign in to comment.