From 4c23f197b3225e8165f07ddf66ab54f774c4212f Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 12 Jan 2024 00:35:01 +0100 Subject: Fix invalid "async" crates.io category. --- cyw43-pio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyw43-pio') 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" edition = "2021" description = "RP2040 PIO SPI implementation for cyw43" keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] -categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] +categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/embassy" documentation = "https://docs.embassy.dev/cyw43-pio" -- cgit