aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 16:04:00 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 16:05:09 +0200
commit83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch)
tree13ce7dc5787f05b4f5e087e891738ac5120112e3 /cyw43/Cargo.toml
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'cyw43/Cargo.toml')
-rw-r--r--cyw43/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 74660b1d9..aa054a41d 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43" 2name = "cyw43"
3version = "0.4.0" 3version = "0.4.1"
4edition = "2021" 4edition = "2021"
5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." 5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] 6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
@@ -18,10 +18,10 @@ bluetooth = ["dep:bt-hci", "dep:embedded-io-async"]
18firmware-logs = [] 18firmware-logs = []
19 19
20[dependencies] 20[dependencies]
21embassy-time = { version = "0.4.0", path = "../embassy-time"} 21embassy-time = { version = "0.5.0", path = "../embassy-time"}
22embassy-sync = { version = "0.7.1", path = "../embassy-sync"} 22embassy-sync = { version = "0.7.2", path = "../embassy-sync"}
23embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 23embassy-futures = { version = "0.1.2", path = "../embassy-futures"}
24embassy-net-driver-channel = { version = "0.3.1", path = "../embassy-net-driver-channel"} 24embassy-net-driver-channel = { version = "0.3.2", 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 }