aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-31 09:18:00 +0100
committerDániel Buga <[email protected]>2023-10-31 09:33:27 +0100
commitd94188206616d341d6646f55181d2cbd636e056b (patch)
tree5d833d3b8383a171abbbf5a5a0ddacd13a82533b /embassy-net-esp-hosted
parentad07ea02909f7c10b5c2bd2bb40c81aea414db4a (diff)
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Diffstat (limited to 'embassy-net-esp-hosted')
-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 5f901bb91..eba542496 100644
--- a/embassy-net-esp-hosted/Cargo.toml
+++ b/embassy-net-esp-hosted/Cargo.toml
@@ -8,7 +8,7 @@ defmt = { version = "0.3", optional = true }
8log = { version = "0.4.14", optional = true } 8log = { version = "0.4.14", optional = true }
9 9
10embassy-time = { version = "0.1.5", path = "../embassy-time" } 10embassy-time = { version = "0.1.5", path = "../embassy-time" }
11embassy-sync = { version = "0.3.0", path = "../embassy-sync"} 11embassy-sync = { version = "0.4.0", path = "../embassy-sync"}
12embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 12embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
13embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"} 13embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"}
14 14