diff options
author | Alex Martens <alex@thinglab.org> | 2022-09-04 10:00:02 -0700 |
---|---|---|
committer | Alex Martens <alex@thinglab.org> | 2022-09-04 10:00:02 -0700 |
commit | f66f20b1ce07e222d7419f856510b91d105cea3e (patch) | |
tree | 46930fa87598ce70053213164b7daab887af752d /examples/stm32l5/Cargo.toml | |
parent | 6264fe39a563b77e5a8fd873e7d29841af3b3c73 (diff) | |
download | embassy-f66f20b1ce07e222d7419f856510b91d105cea3e.zip |
usbd-hid: 0.5.2 -> 0.6.0
Diffstat (limited to 'examples/stm32l5/Cargo.toml')
-rw-r--r-- | examples/stm32l5/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml index ea3d5ab8..c4ff8f3b 100644 --- a/examples/stm32l5/Cargo.toml +++ b/examples/stm32l5/Cargo.toml @@ -15,7 +15,7 @@ embassy-usb-serial = { version = "0.1.0", path = "../../embassy-usb-serial", fea embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"] } embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"] } embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "nightly", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] } -usbd-hid = "0.5.2" +usbd-hid = "0.6.0" defmt = "0.3" defmt-rtt = "0.3" |