mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-30 13:50:38 +00:00
Remove extraneous keyword from Cargo manifest (#2962)
This commit is contained in:
parent
59a2c17a52
commit
4ec3731519
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user