aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 4950fbe2a..e52f4602d 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -51,10 +51,10 @@ embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" }
51embassy-sync = { version = "0.6.2", path = "../embassy-sync" } 51embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
52embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" } 52embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" }
53 53
54defmt = { version = "0.3", optional = true } 54defmt = { version = "1", optional = true }
55embedded-io-async = "0.6.1"
56log = { version = "0.4.14", optional = true } 55log = { version = "0.4.14", optional = true }
57heapless = "0.8" 56heapless = "0.8"
57embedded-io-async = "0.6.1"
58 58
59# for HID 59# for HID
60usbd-hid = { version = "0.8.1", optional = true } 60usbd-hid = { version = "0.8.1", optional = true }