aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 22:57:29 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 23:01:24 +0100
commit22197320ff5dcef6cdc692a4c556ea9eae270074 (patch)
treedd6614d87bd2751c1ca3a131efc10c2e8826de58 /embassy-net-esp-hosted/Cargo.toml
parentf0606da9adc8032cc92c06c0661b385742459fc8 (diff)
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
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 1b022de40..ff7c43023 100644
--- a/embassy-net-esp-hosted/Cargo.toml
+++ b/embassy-net-esp-hosted/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11defmt = { version = "0.3", optional = true } 11defmt = { version = "0.3", optional = true }
12log = { version = "0.4.14", optional = true } 12log = { version = "0.4.14", optional = true }
13 13
14embassy-time = { version = "0.2", path = "../embassy-time" } 14embassy-time = { version = "0.3.0", path = "../embassy-time" }
15embassy-sync = { version = "0.5.0", path = "../embassy-sync"} 15embassy-sync = { version = "0.5.0", path = "../embassy-sync"}
16embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 16embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
17embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"} 17embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"}