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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 4743fde65..93e3e1e31 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -48,7 +48,7 @@ max-handler-count-8 = []
48[dependencies] 48[dependencies]
49embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 49embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
50embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } 50embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" }
51embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 51embassy-sync = { version = "0.7.1", path = "../embassy-sync" }
52embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel" } 52embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel" }
53 53
54defmt = { version = "1", optional = true } 54defmt = { version = "1", optional = true }