aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-08 22:59:58 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-10 16:43:53 +0100
commit4647df14b16c95ef56bf2e6cc4303583be3b4846 (patch)
tree69c591be4841ab1c8fd5046bee0d399133c4577c /embassy-usb
parentb3367be9c8f0eb54d500dc2e6f652ade05859088 (diff)
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'embassy-usb')
-rw-r--r--embassy-usb/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 5f64b7212..ac2082dcf 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -45,7 +45,7 @@ embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-
45 45
46defmt = { version = "0.3", optional = true } 46defmt = { version = "0.3", optional = true }
47log = { version = "0.4.14", optional = true } 47log = { version = "0.4.14", optional = true }
48heapless = "0.7.10" 48heapless = "0.8"
49 49
50# for HID 50# for HID
51usbd-hid = { version = "0.6.0", optional = true } 51usbd-hid = { version = "0.6.0", optional = true }