aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-31 09:18:00 +0100
committerDániel Buga <[email protected]>2023-10-31 09:33:27 +0100
commitd94188206616d341d6646f55181d2cbd636e056b (patch)
tree5d833d3b8383a171abbbf5a5a0ddacd13a82533b /cyw43/Cargo.toml
parentad07ea02909f7c10b5c2bd2bb40c81aea414db4a (diff)
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Diffstat (limited to 'cyw43/Cargo.toml')
-rw-r--r--cyw43/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index b19cabfe0..789e3ab05 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -12,7 +12,7 @@ firmware-logs = []
12 12
13[dependencies] 13[dependencies]
14embassy-time = { version = "0.1.5", path = "../embassy-time"} 14embassy-time = { version = "0.1.5", path = "../embassy-time"}
15embassy-sync = { version = "0.3.0", path = "../embassy-sync"} 15embassy-sync = { version = "0.4.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"}
18 18