aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Martens <[email protected]>2022-09-04 10:00:02 -0700
committerAlex Martens <[email protected]>2022-09-04 10:00:02 -0700
commitf66f20b1ce07e222d7419f856510b91d105cea3e (patch)
tree46930fa87598ce70053213164b7daab887af752d
parent6264fe39a563b77e5a8fd873e7d29841af3b3c73 (diff)
usbd-hid: 0.5.2 -> 0.6.0
-rw-r--r--embassy-usb-hid/Cargo.toml2
-rw-r--r--examples/nrf/Cargo.toml2
-rw-r--r--examples/stm32l5/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/embassy-usb-hid/Cargo.toml b/embassy-usb-hid/Cargo.toml
index 730351485..2f7733dc6 100644
--- a/embassy-usb-hid/Cargo.toml
+++ b/embassy-usb-hid/Cargo.toml
@@ -19,6 +19,6 @@ embassy-usb = { version = "0.1.0", path = "../embassy-usb" }
19 19
20defmt = { version = "0.3", optional = true } 20defmt = { version = "0.3", optional = true }
21log = { version = "0.4.14", optional = true } 21log = { version = "0.4.14", optional = true }
22usbd-hid = { version = "0.5.2", optional = true } 22usbd-hid = { version = "0.6.0", optional = true }
23ssmarshal = { version = "1.0", default-features = false, optional = true } 23ssmarshal = { version = "1.0", default-features = false, optional = true }
24futures-util = { version = "0.3.21", default-features = false } 24futures-util = { version = "0.3.21", default-features = false }
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"] }
30futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 30futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
31rand = { version = "0.8.4", default-features = false } 31rand = { version = "0.8.4", default-features = false }
32embedded-storage = "0.3.0" 32embedded-storage = "0.3.0"
33usbd-hid = "0.5.2" 33usbd-hid = "0.6.0"
34serde = { version = "1.0.136", default-features = false } 34serde = { 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
15embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"] } 15embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"] }
16embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"] } 16embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"] }
17embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "nightly", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] } 17embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "nightly", "tcp", "dhcpv4", "medium-ethernet", "pool-16"] }
18usbd-hid = "0.5.2" 18usbd-hid = "0.6.0"
19 19
20defmt = "0.3" 20defmt = "0.3"
21defmt-rtt = "0.3" 21defmt-rtt = "0.3"