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 | |
| 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')
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index e310d8bae..9abf2f200 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -48,7 +48,7 @@ max-handler-count-8 = [] | |||
| 48 | [dependencies] | 48 | [dependencies] |
| 49 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 49 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 50 | embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" } | 50 | embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" } |
| 51 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } | 51 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 52 | embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" } | 52 | embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" } |
| 53 | 53 | ||
| 54 | defmt = { version = "0.3", optional = true } | 54 | defmt = { version = "0.3", optional = true } |
