Skip to content

Commit 70a32a8

Browse files
committed
Crates.io now enforces a max of five keywards
Signed-off-by: Paul Osborne <[email protected]>
1 parent 69607c7 commit 70a32a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/posborne/rust-gpio-cdev"
77
repository = "https://github.com/posborne/rust-gpio-cdev"
88
readme = "README.md"
99
categories = ["embedded", "hardware-support", "os", "os::unix-apis"]
10-
keywords = ["linux", "gpio", "gpiochip", "embedded", "libgpio", "libgpiod", "gpiod"]
10+
keywords = ["linux", "gpio", "gpiochip", "embedded"]
1111
license = "MIT OR Apache-2.0"
1212
edition = "2018"
1313

0 commit comments

Comments
 (0)