aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-logger/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb-logger/Cargo.toml')
-rw-r--r--embassy-usb-logger/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-logger/Cargo.toml b/embassy-usb-logger/Cargo.toml
index 29a8e421a..48b8bbcc6 100644
--- a/embassy-usb-logger/Cargo.toml
+++ b/embassy-usb-logger/Cargo.toml
@@ -13,6 +13,6 @@ embassy-usb = { version = "0.1.0", path = "../embassy-usb" }
13embassy-sync = { version = "0.4.0", path = "../embassy-sync" } 13embassy-sync = { version = "0.4.0", path = "../embassy-sync" }
14embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 14embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
15futures = { version = "0.3", default-features = false } 15futures = { version = "0.3", default-features = false }
16static_cell = "1" 16static_cell = { version = "2" }
17usbd-hid = "0.6.0" 17usbd-hid = "0.6.0"
18log = "0.4" 18log = "0.4"