aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 21:45:10 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commitffb55754c8c63b1840bc085b7c3d9d1ee02a1845 (patch)
treec02d3af5bd303c71ff6db79a0585d912ae2612f1 /cyw43
parent2f3b3335e12f4c3aa988078d46cb6a3597277bd7 (diff)
Prepare release embassy-net-driver-channel
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 9f9961aea..3c90873de 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -20,7 +20,7 @@ firmware-logs = []
20embassy-time = { version = "0.3.2", path = "../embassy-time"} 20embassy-time = { version = "0.3.2", path = "../embassy-time"}
21embassy-sync = { version = "0.6.0", path = "../embassy-sync"} 21embassy-sync = { version = "0.6.0", path = "../embassy-sync"}
22embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 22embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
23embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"} 23embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"}
24 24
25defmt = { version = "0.3", optional = true } 25defmt = { version = "0.3", optional = true }
26log = { version = "0.4.17", optional = true } 26log = { version = "0.4.17", optional = true }