aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-04 15:05:02 +0200
committerUlf Lilleengen <[email protected]>2025-08-04 15:05:02 +0200
commit31db37aeea8285e0278c3a94297a9dce9bb2e861 (patch)
tree59bb8a16e0c2f958649421073a2c2e56aef74b5d /cyw43-pio/Cargo.toml
parent80c3d64262c93791dbfb7a5873a8b05ebe41956a (diff)
chore: Release cyw43-pio version 0.6.0
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index d6e270537..a45adeccb 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "cyw43-pio" 2name = "cyw43-pio"
3version = "0.5.1" 3version = "0.6.0"
4edition = "2021" 4edition = "2021"
5description = "RP2040 PIO SPI implementation for cyw43" 5description = "RP2040 PIO SPI implementation for cyw43"
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] 6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]