Skip to content

Commit

Permalink
remove invalid keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Dec 20, 2024
1 parent db8c405 commit e80a511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dot15d4-frame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/thvdveld/dot15d4"
description = "Frame parsing and building for the dot15d4 crate"
license = "MIT OR Apache-2.0"
categories = ["embedded", "network-programming", "no-std"]
keywords = ["IEEE 802.15.4", "ieee802154", "WPAN", "smoltcp"]
keywords = ["ieee802154", "WPAN", "smoltcp"]

[dependencies]
dot15d4-macros = { version = "0.1.0", path = "../dot15d4-macros" }
Expand Down
2 changes: 1 addition & 1 deletion dot15d4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/thvdveld/dot15d4"
description = "IEEE 802.15.4 implementation in Rust"
license = "MIT OR Apache-2.0"
categories = ["embedded", "network-programming", "no-std"]
keywords = ["IEEE 802.15.4", "ieee802154", "WPAN", "smoltcp"]
keywords = ["ieee802154", "WPAN", "smoltcp"]

[dependencies]
dot15d4-frame = { version = "0.1.0", path = "../dot15d4-frame" }
Expand Down

0 comments on commit e80a511

Please sign in to comment.