aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/Cargo.toml
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-esp-hosted/Cargo.toml
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-esp-hosted/Cargo.toml')
-rw-r--r--embassy-net-esp-hosted/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-esp-hosted/Cargo.toml b/embassy-net-esp-hosted/Cargo.toml
index 915eba7a0..d22ccb101 100644
--- a/embassy-net-esp-hosted/Cargo.toml
+++ b/embassy-net-esp-hosted/Cargo.toml
@@ -18,7 +18,7 @@ defmt = { version = "0.3", optional = true }
18log = { version = "0.4.14", optional = true } 18log = { version = "0.4.14", optional = true }
19 19
20embassy-time = { version = "0.3.2", path = "../embassy-time" } 20embassy-time = { version = "0.3.2", path = "../embassy-time" }
21embassy-sync = { version = "0.6.0", path = "../embassy-sync"} 21embassy-sync = { version = "0.6.1", path = "../embassy-sync"}
22embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 22embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
23embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"} 23embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"}
24 24