Remove extraneous keyword from Cargo manifest (#2962)

This commit is contained in:
Jesse Braham 2025-01-15 13:23:29 +01:00 committed by GitHub
parent 59a2c17a52
commit 4ec3731519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"