Skip to content

Commit

Permalink
Use latest version of usb-device and usbd-serial
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindbergem committed Oct 8, 2024
1 parent c207345 commit 1ae12ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use gpio field enums internally [#506]
- Unmacro `dma.rs` [#505]
- Rework USART remap,
- Updated `usb-device` and `usbd-serial` to latest versions

### Added

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version = "1.0"
version = "0.6.1"

[dependencies.stm32-usbd]
version = "0.6.0"
version = "0.7.0"
optional = true

[dev-dependencies]
Expand All @@ -61,8 +61,8 @@ cortex-m-rtic = "1.1.3"
cortex-m-semihosting = "0.5.0"
heapless = "0.7.16"
mfrc522 = "0.5.0"
usb-device = "0.2.8"
usbd-serial = "0.1.1"
usb-device = "0.3.2"
usbd-serial = "0.2.2"

[features]
doc = []
Expand Down

0 comments on commit 1ae12ac

Please sign in to comment.