aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-11-27 14:21:09 +0100
committerUlf Lilleengen <[email protected]>2025-11-27 14:21:09 +0100
commite5651b8644877969859505efc6d6c872b5c71b7a (patch)
tree24c4aec8166685238509e708af3615b9e982828b /cyw43/Cargo.toml
parent7ff2baf4e29c47c622e21c4eeba2d20596b65137 (diff)
chore: release embassy-rp, cyw43 and cyw43-pio
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 314427611..6d7647697 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43" 2name = "cyw43"
3version = "0.5.0" 3version = "0.6.0"
4edition = "2024" 4edition = "2024"
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"]