diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-09-04 21:39:09 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-04 21:39:09 +0000 |
| commit | 107bb0946af78ee07a274f498c777d3af92b4280 (patch) | |
| tree | 46930fa87598ce70053213164b7daab887af752d /examples | |
| parent | 6264fe39a563b77e5a8fd873e7d29841af3b3c73 (diff) | |
| parent | f66f20b1ce07e222d7419f856510b91d105cea3e (diff) | |
Merge #944
944: usbd-hid: 0.5.2 -> 0.6.0 r=newAM a=newAM
Changes: https://github.com/twitchyliquid64/usbd-hid/compare/ccfda68832495a4e91410c5c32f35ede77a4c42c..2f1c984f2c16c9c5d68548b5cbff2dabb004ce17
Co-authored-by: Alex Martens <[email protected]>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32l5/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index b0190acc8..dbc659cda 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml | |||
| @@ -30,5 +30,5 @@ panic-probe = { version = "0.3", features = ["print-defmt"] } | |||
| 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 31 | rand = { version = "0.8.4", default-features = false } | 31 | rand = { version = "0.8.4", default-features = false } |
| 32 | embedded-storage = "0.3.0" | 32 | embedded-storage = "0.3.0" |
| 33 | usbd-hid = "0.5.2" | 33 | usbd-hid = "0.6.0" |
| 34 | serde = { version = "1.0.136", default-features = false } | 34 | serde = { version = "1.0.136", default-features = false } |
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml index ea3d5ab88..c4ff8f3b5 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 | |||
| 15 | embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"] } | 15 | embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"] } |
| 16 | embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"] } | 16 | embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"] } |
| 17 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "nightly", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] } | 17 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "nightly", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] } |
| 18 | usbd-hid = "0.5.2" | 18 | usbd-hid = "0.6.0" |
| 19 | 19 | ||
| 20 | defmt = "0.3" | 20 | defmt = "0.3" |
| 21 | defmt-rtt = "0.3" | 21 | defmt-rtt = "0.3" |
