aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
author9names <[email protected]>2024-08-05 20:48:55 +1000
committer9names <[email protected]>2024-08-05 20:48:55 +1000
commit819d1efb5b34adc0e114444b4cd0a771dd26d8e9 (patch)
tree8cf7a83547c39d3328a5ed6eef7eea8a83959bd1 /cyw43
parent0f685761e09b1617e435de4e50986fe9a548502e (diff)
Uprev cyw43 and cyw43-pio for embassy-rp 0.2
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 3c90873de..654afe356 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43" 2name = "cyw43"
3version = "0.1.0" 3version = "0.2.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"]