aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-16 18:19:59 +0000
committerGitHub <[email protected]>2023-10-16 18:19:59 +0000
commit1d810baa18a0a7d2df74aa3a8abfb788b2e93924 (patch)
treef72cd3ee20e6e30e8e77a634144cb026c3ddd732 /embassy-net-esp-hosted
parent889d482d2d56f278826b0b1b59c53c22f91ef413 (diff)
parent213b4c9dca2e541c00e702b4476db3612f4d62b9 (diff)
Merge pull request #2074 from embassy-rs/rcc-no-spaghetti
time: add `links` key, release v0.1.5.
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 a0f53c6ac..b0e94b58b 100644
--- a/embassy-net-esp-hosted/Cargo.toml
+++ b/embassy-net-esp-hosted/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7defmt = { version = "0.3", optional = true } 7defmt = { 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.4", 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.3.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.1.0", path = "../embassy-net-driver-channel"} 13embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"}