We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
usb-device
usbd-serial
1 parent c207345 commit 1626ac0Copy full SHA for 1626ac0
CHANGELOG.md
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
- Use gpio field enums internally [#506]
28
- Unmacro `dma.rs` [#505]
29
- Rework USART remap,
30
+- Updated `usb-device` and `usbd-serial` to latest versions
31
32
### Added
33
Cargo.toml
@@ -61,8 +61,8 @@ cortex-m-rtic = "1.1.3"
61
cortex-m-semihosting = "0.5.0"
62
heapless = "0.7.16"
63
mfrc522 = "0.5.0"
64
-usb-device = "0.2.8"
65
-usbd-serial = "0.1.1"
+usb-device = "0.3.2"
+usbd-serial = "0.2.2"
66
67
[features]
68
doc = []
0 commit comments