aboutsummaryrefslogtreecommitdiff
path: root/cyw43
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 /cyw43
parentdebda2f52c320904755d89ef9c19fa6e54734fe8 (diff)
Release embassy-time 0.1.4
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index c201405e7..d7bba6b6a 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -11,7 +11,7 @@ log = ["dep:log"]
11firmware-logs = [] 11firmware-logs = []
12 12
13[dependencies] 13[dependencies]
14embassy-time = { version = "0.1.3", path = "../embassy-time"} 14embassy-time = { version = "0.1.4", path = "../embassy-time"}
15embassy-sync = { version = "0.3.0", path = "../embassy-sync"} 15embassy-sync = { version = "0.3.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.1.0", path = "../embassy-net-driver-channel"} 17embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"}