diff options
| author | 9names <[email protected]> | 2024-08-05 20:48:55 +1000 |
|---|---|---|
| committer | 9names <[email protected]> | 2024-08-05 20:48:55 +1000 |
| commit | 819d1efb5b34adc0e114444b4cd0a771dd26d8e9 (patch) | |
| tree | 8cf7a83547c39d3328a5ed6eef7eea8a83959bd1 /cyw43 | |
| parent | 0f685761e09b1617e435de4e50986fe9a548502e (diff) | |
Uprev cyw43 and cyw43-pio for embassy-rp 0.2
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
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] |
| 2 | name = "cyw43" | 2 | name = "cyw43" |
| 3 | version = "0.1.0" | 3 | version = "0.2.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." | 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." |
| 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] | 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] |
