aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-06 10:18:21 +0100
committerUlf Lilleengen <[email protected]>2025-01-06 10:18:21 +0100
commit0ef98c70e754d480121753a3727e7e06b814f252 (patch)
tree0b6040ce9009bed93a97718e209537ba1fc782b2 /cyw43
parent4caeeade4d67c9513e83c2cd711f3d222d7616f3 (diff)
Bump the versions
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 91873d663..aac6b19db 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43" 2name = "cyw43"
3version = "0.2.0" 3version = "0.3.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"]