aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-11-22 21:16:11 +0100
committerGitHub <[email protected]>2024-11-22 21:16:11 +0100
commitc9abff53d77dfc71deb597ce93f358e25588775a (patch)
tree59ea37a12690239bcf29f80af66e31525b51ea65 /embassy-net
parentfb8e40bdf5c51a8eef00fc5f6f2e8958797ae3f8 (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.toml2
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
76embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver" } 76embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver" }
77embassy-time = { version = "0.3.2", path = "../embassy-time" } 77embassy-time = { version = "0.3.2", path = "../embassy-time" }
78embassy-sync = { version = "0.6.0", path = "../embassy-sync" } 78embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
79embedded-io-async = { version = "0.6.1" } 79embedded-io-async = { version = "0.6.1" }
80 80
81managed = { version = "0.8.0", default-features = false, features = [ "map" ] } 81managed = { version = "0.8.0", default-features = false, features = [ "map" ] }