diff --git a/esp-alloc/Cargo.toml b/esp-alloc/Cargo.toml index a67efe9c5..c7ce9a03b 100644 --- a/esp-alloc/Cargo.toml +++ b/esp-alloc/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.0" edition = "2021" rust-version = "1.84.0" description = "A heap allocator for Espressif devices" -keywords = ["allocator", "embedded", "embedded-hal", "esp32", "espressif", "memory"] +keywords = ["allocator", "embedded", "esp32", "espressif", "memory"] categories = ["embedded", "memory-management", "no-std"] repository = "https://github.com/esp-rs/esp-hal" license = "MIT OR Apache-2.0"