Fix invalid "async" crates.io category.

This commit is contained in:
Dario Nieuwenhuis
2024-01-12 00:35:01 +01:00
parent 6a1c415a4c
commit 4c23f197b3
14 changed files with 22 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ name = "embassy-net-enc28j60"
version = "0.1.0"
description = "embassy-net driver for the ENC28J60 ethernet chip"
keywords = ["embedded", "enc28j60", "embassy-net", "embedded-hal-async", "ethernet"]
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/embassy-rs/embassy"