aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-12 18:10:34 +0200
committerDániel Buga <[email protected]>2023-10-12 18:14:33 +0200
commit02d2c06b23d2c2359e8673a95a47b4a7b2dd98a8 (patch)
tree297d7eb3a88a647e04ff13e4195c390d0cacf9e7 /embassy-net
parentdebda2f52c320904755d89ef9c19fa6e54734fe8 (diff)
Release embassy-time 0.1.4
Diffstat (limited to 'embassy-net')
-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 a3c18046e..8fcbef835 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -52,7 +52,7 @@ smoltcp = { version = "0.10.0", default-features = false, features = [
52] } 52] }
53 53
54embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver" } 54embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver" }
55embassy-time = { version = "0.1.3", path = "../embassy-time" } 55embassy-time = { version = "0.1.4", path = "../embassy-time" }
56embassy-sync = { version = "0.3.0", path = "../embassy-sync" } 56embassy-sync = { version = "0.3.0", path = "../embassy-sync" }
57embedded-io-async = { version = "0.6.0", optional = true } 57embedded-io-async = { version = "0.6.0", optional = true }
58 58