Skip to content

Commit 1626ac0

Browse files
committed
Use latest version of usb-device and usbd-serial
1 parent c207345 commit 1626ac0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2727
- Use gpio field enums internally [#506]
2828
- Unmacro `dma.rs` [#505]
2929
- Rework USART remap,
30+
- Updated `usb-device` and `usbd-serial` to latest versions
3031

3132
### Added
3233

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ cortex-m-rtic = "1.1.3"
6161
cortex-m-semihosting = "0.5.0"
6262
heapless = "0.7.16"
6363
mfrc522 = "0.5.0"
64-
usb-device = "0.2.8"
65-
usbd-serial = "0.1.1"
64+
usb-device = "0.3.2"
65+
usbd-serial = "0.2.2"
6666

6767
[features]
6868
doc = []

0 commit comments

Comments
 (0)