Skip to content

Commit

Permalink
Fixed toml keyword count
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Aug 5, 2018
1 parent e1b3a9a commit 9c5d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stm32l432xx-hal"
version = "0.1.0"
authors = ["Scott <MabezDev@gmail.com>"]
description = "Hardware abstraction layer for the stm32l432xx chips"
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "stm32l432kb", "embedded", "embedded-hal"]
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]
repository = "https://github.com/MabezDev/stm32l432xx-hal"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 9c5d122

Please sign in to comment.