diff options
| author | Dániel Buga <[email protected]> | 2024-11-22 21:16:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-22 21:16:11 +0100 |
| commit | c9abff53d77dfc71deb597ce93f358e25588775a (patch) | |
| tree | 59ea37a12690239bcf29f80af66e31525b51ea65 /embassy-usb-synopsys-otg | |
| parent | fb8e40bdf5c51a8eef00fc5f6f2e8958797ae3f8 (diff) | |
Bump sync version (#3562)
* Bump sync version
* Use old embassy-sync in rp bluetooth example
* Downgrade update to minor
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 68ab0415f..d621577bf 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.0", 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 } |
