aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-synopsys-otg
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:30:29 +0100
committerDániel Buga <[email protected]>2025-01-05 21:35:05 +0100
commit89b97c2d7c213a36c97606996e16ef115f836ea9 (patch)
treeac97252f5cf09328865a91cddf265a9416873af6 /embassy-usb-synopsys-otg
parent09588321e52746d21f27ededfede5c4c362975d9 (diff)
Fix search-and-replacability
Diffstat (limited to 'embassy-usb-synopsys-otg')
-rw-r--r--embassy-usb-synopsys-otg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-synopsys-otg/Cargo.toml b/embassy-usb-synopsys-otg/Cargo.toml
index 7a9143ef9..487cc556b 100644
--- a/embassy-usb-synopsys-otg/Cargo.toml
+++ b/embassy-usb-synopsys-otg/Cargo.toml
@@ -19,7 +19,7 @@ target = "thumbv7em-none-eabi"
19critical-section = "1.1" 19critical-section = "1.1"
20 20
21embassy-sync = { version = "0.6.1", path = "../embassy-sync" } 21embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
22embassy-usb-driver = {version = "0.1.0", path = "../embassy-usb-driver" } 22embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" }
23 23
24defmt = { version = "0.3", optional = true } 24defmt = { version = "0.3", optional = true }
25log = { version = "0.4.14", optional = true } 25log = { version = "0.4.14", optional = true }