From 9c5d1221a39fd850245a6aedf4f89fdc4760ede2 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 5 Aug 2018 21:12:50 +0000 Subject: [PATCH] Fixed toml keyword count --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7aa9f9a7..da84fece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "stm32l432xx-hal" version = "0.1.0" authors = ["Scott "] 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"