Skip to content

Commit

Permalink
Use alt fork on crates of usbd
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Connor committed May 8, 2024
1 parent 390bfeb commit ee12f39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ chrono = { version = "^0.4.23", default-features = false }

# These USB and CAN crates are only imported if one of the `can`, `usb`, `usbotg_fs`, or `usbotg_hs`
# features are used.
#stm32-usbd = { version = "^0.6.0", optional = true }
stm32-usbd = { git = "https://github.com/stm32-rs/stm32-usbd", optional = true }
# Workaround using a fork of stm32-usbd until the main one is released on crates.
stm32-usbd = { package = "stm32-usbd2", version = "^0.7.0", optional = true }
#stm32-usbd = { version = "^0.7.0", optional = true }
synopsys-usb-otg = { version = "^0.3.2", features = ["cortex-m"], optional = true }
bxcan = { version = "^0.7.0", optional = true }
fdcan = { version = "^0.2.0", optional = true }
Expand Down

0 comments on commit ee12f39

Please sign in to comment.