aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-05 07:05:57 +0000
committerGitHub <[email protected]>2024-08-05 07:05:57 +0000
commitd091b3f0a4bae98ee4a03e2e941920b009dbbfbf (patch)
tree9bc985015bad26478b1ecca20a95d78b456eafbb /cyw43
parente173b973ae7e0ccdd2c55befedec4482c447b590 (diff)
parent886580179ff250e15b0fad6448e8ebed6cdabf2b (diff)
Merge pull request #3225 from embassy-rs/prepare-nrf-release
Prepare some crate releases
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index c613698c1..3c90873de 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -17,10 +17,10 @@ log = ["dep:log"]
17firmware-logs = [] 17firmware-logs = []
18 18
19[dependencies] 19[dependencies]
20embassy-time = { version = "0.3.1", 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 }