aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-12 00:35:01 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-12 00:39:01 +0100
commit4c23f197b3225e8165f07ddf66ab54f774c4212f (patch)
tree09f78edf2441ef1513e0f26ec5adddc2cf729b0a /cyw43-pio
parent6a1c415a4c731f06e5ebf6932bd53168d89152c9 (diff)
Fix invalid "async" crates.io category.
Diffstat (limited to 'cyw43-pio')
-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 b14ad7349..157046b18 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.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"]
7categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] 7categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
8license = "MIT OR Apache-2.0" 8license = "MIT OR Apache-2.0"
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/cyw43-pio" 10documentation = "https://docs.embassy.dev/cyw43-pio"