Skip to content

Commit 9c5d122

Browse files
committed
Fixed toml keyword count
1 parent e1b3a9a commit 9c5d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stm32l432xx-hal"
33
version = "0.1.0"
44
authors = ["Scott <[email protected]>"]
55
description = "Hardware abstraction layer for the stm32l432xx chips"
6-
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "stm32l432kb", "embedded", "embedded-hal"]
6+
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]
77
repository = "https://github.com/MabezDev/stm32l432xx-hal"
88
readme = "README.md"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)