aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-15 19:38:42 +0200
committerDániel Buga <[email protected]>2023-10-16 20:59:06 +0200
commit40e4ca4751dd935a4c52f893e8e058cfa75db893 (patch)
tree906c4092a6fc047dc84f387f09524049bc74fd14 /cyw43/Cargo.toml
parent1d810baa18a0a7d2df74aa3a8abfb788b2e93924 (diff)
Prepare embassy-net(/-driver,/-driver-channel) 0.2.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 30cb69be0..b19cabfe0 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -14,7 +14,7 @@ firmware-logs = []
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.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.2.0", path = "../embassy-net-driver-channel"}
18 18
19defmt = { version = "0.3", optional = true } 19defmt = { version = "0.3", optional = true }
20log = { version = "0.4.17", optional = true } 20log = { version = "0.4.17", optional = true }