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-boot/Cargo.toml | |
| 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-boot/Cargo.toml')
| -rw-r--r-- | embassy-boot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/Cargo.toml b/embassy-boot/Cargo.toml index 79ba6456a..b385020cc 100644 --- a/embassy-boot/Cargo.toml +++ b/embassy-boot/Cargo.toml | |||
| @@ -29,7 +29,7 @@ digest = "0.10" | |||
| 29 | log = { version = "0.4", optional = true } | 29 | log = { version = "0.4", optional = true } |
| 30 | ed25519-dalek = { version = "2", default-features = false, features = ["digest"], optional = true } | 30 | ed25519-dalek = { version = "2", default-features = false, features = ["digest"], optional = true } |
| 31 | embassy-embedded-hal = { version = "0.2.0", path = "../embassy-embedded-hal" } | 31 | embassy-embedded-hal = { version = "0.2.0", path = "../embassy-embedded-hal" } |
| 32 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } | 32 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 33 | embedded-storage = "0.3.1" | 33 | embedded-storage = "0.3.1" |
| 34 | embedded-storage-async = { version = "0.4.1" } | 34 | embedded-storage-async = { version = "0.4.1" } |
| 35 | salty = { version = "0.3", optional = true } | 35 | salty = { version = "0.3", optional = true } |
