aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-28 12:23:39 +0200
committerUlf Lilleengen <[email protected]>2025-08-28 12:23:39 +0200
commit9245a3a99189e5b155f1c36b6a1cefdc60edd63d (patch)
treecd4c439c0e42f24a8f498191911f41c8273324dd /cyw43/Cargo.toml
parentde095d27fe1735f72a8c71c03e60fc7adadb861d (diff)
chore: prepare cyw43 0.5.0
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 aa054a41d..4d3a43733 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43" 2name = "cyw43"
3version = "0.4.1" 3version = "0.5.0"
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"]