aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-16 09:26:46 +0200
committerUlf Lilleengen <[email protected]>2025-07-16 09:27:32 +0200
commit38807ff5fd508ce1a1400c1589e029c0361d0ef0 (patch)
tree536d0ec5c249727ab35ec78367657cd9b18aa990 /cyw43
parentf525386fca8299791fa81539130576059654d778 (diff)
chore: Release embassy-net-driver-channel version 0.3.1
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 c4b399d29..8aef8963c 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -21,7 +21,7 @@ firmware-logs = []
21embassy-time = { version = "0.4.0", path = "../embassy-time"} 21embassy-time = { version = "0.4.0", path = "../embassy-time"}
22embassy-sync = { version = "0.7.0", path = "../embassy-sync"} 22embassy-sync = { version = "0.7.0", path = "../embassy-sync"}
23embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 23embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
24embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"} 24embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel"}
25 25
26defmt = { version = "1.0.1", optional = true } 26defmt = { version = "1.0.1", optional = true }
27log = { version = "0.4.17", optional = true } 27log = { version = "0.4.17", optional = true }