aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-18 15:42:24 +0100
committerDániel Buga <[email protected]>2024-12-22 20:27:15 +0100
commit9a238e6ad8aedf29b5f5af7308c7f5f50061242c (patch)
tree6eae6df23256a7da16704275e51929fd238c7119 /embassy-net/Cargo.toml
parent8b3cbf80a4d69bc61b300b0e8da9030d2a56f40b (diff)
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Diffstat (limited to 'embassy-net/Cargo.toml')
-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 1d79a2a07..a59327367 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -74,7 +74,7 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
74] } 74] }
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.4.0", path = "../embassy-time" }
78embassy-sync = { version = "0.6.1", 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