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-net | |
| 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-net')
| -rw-r--r-- | embassy-net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index 1090892e0..2c33ecc14 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -75,7 +75,7 @@ smoltcp = { git="https://github.com/smoltcp-rs/smoltcp", rev="fe0b4d102253465850 | |||
| 75 | 75 | ||
| 76 | embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver" } | 76 | embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver" } |
| 77 | embassy-time = { version = "0.3.2", path = "../embassy-time" } | 77 | embassy-time = { version = "0.3.2", path = "../embassy-time" } |
| 78 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } | 78 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 79 | embedded-io-async = { version = "0.6.1" } | 79 | embedded-io-async = { version = "0.6.1" } |
| 80 | 80 | ||
| 81 | managed = { version = "0.8.0", default-features = false, features = [ "map" ] } | 81 | managed = { version = "0.8.0", default-features = false, features = [ "map" ] } |
