Skip to content

Commit c1d2912

Browse files
committed
reduce keywords in Cargo.toml to 5
turns out that crates.io requires a maximum of 5 keywords...
1 parent 409b4c1 commit c1d2912

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
@@ -5,7 +5,7 @@ edition = "2021"
55

66
description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol."
77
repository = "https://github.com/rursprung/adafruit-bluefruit-protocol-rs"
8-
keywords = ["adafruit", "bluefruit", "protocol", "bluetooth", "embedded", "driver", "no_std"]
8+
keywords = ["adafruit", "bluefruit", "bluetooth", "embedded", "no_std"]
99
license = "MIT OR Apache-2.0"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)