diff options
| author | Matt Johnston <[email protected]> | 2025-05-22 11:42:15 +0800 |
|---|---|---|
| committer | Matt Johnston <[email protected]> | 2025-05-22 13:29:55 +0800 |
| commit | 5e49985ed678659e199c58c8100e3ed18d2f6227 (patch) | |
| tree | 7245b428454c0f2d4ae4c459d83c423d5f410ebe /embassy-usb-synopsys-otg/Cargo.toml | |
| parent | 2f8a8e817c64dfa8d63b4a3ad43e650785698a5e (diff) | |
embassy-sync: bump to 0.7.0
Diffstat (limited to 'embassy-usb-synopsys-otg/Cargo.toml')
| -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 98fc044ce..6252feaef 100644 --- a/embassy-usb-synopsys-otg/Cargo.toml +++ b/embassy-usb-synopsys-otg/Cargo.toml | |||
| @@ -18,7 +18,7 @@ target = "thumbv7em-none-eabi" | |||
| 18 | [dependencies] | 18 | [dependencies] |
| 19 | critical-section = "1.1" | 19 | critical-section = "1.1" |
| 20 | 20 | ||
| 21 | embassy-sync = { version = "0.6.2", path = "../embassy-sync" } | 21 | embassy-sync = { version = "0.7.0", 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 = "1.0.1", optional = true } | 24 | defmt = { version = "1.0.1", optional = true } |
