diff options
| author | Dániel Buga <[email protected]> | 2025-01-05 21:30:29 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-01-05 21:35:05 +0100 |
| commit | 89b97c2d7c213a36c97606996e16ef115f836ea9 (patch) | |
| tree | ac97252f5cf09328865a91cddf265a9416873af6 /embassy-usb-synopsys-otg | |
| parent | 09588321e52746d21f27ededfede5c4c362975d9 (diff) | |
Fix search-and-replacability
Diffstat (limited to 'embassy-usb-synopsys-otg')
| -rw-r--r-- | embassy-usb-synopsys-otg/Cargo.toml | 2 |
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" | |||
| 19 | critical-section = "1.1" | 19 | critical-section = "1.1" |
| 20 | 20 | ||
| 21 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } | 21 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 22 | embassy-usb-driver = {version = "0.1.0", path = "../embassy-usb-driver" } | 22 | embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" } |
| 23 | 23 | ||
| 24 | defmt = { version = "0.3", optional = true } | 24 | defmt = { version = "0.3", optional = true } |
| 25 | log = { version = "0.4.14", optional = true } | 25 | log = { version = "0.4.14", optional = true } |
