diff --git a/Cargo.toml b/Cargo.toml index d6baa66..4f8e234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT OR Apache-2.0" authors = ["Jan-Henrik Bruhn "] repository = "https://github.com/jhbruhn/moonboot" -keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "updater"] +keywords = ["embedded", "no_std", "bootloader", "framework", "fota"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 6c9574b..1575494 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT OR Apache-2.0" authors = ["Jan-Henrik Bruhn "] repository = "https://github.com/jhbruhn/moonboot" -keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "updater"] +keywords = ["embedded", "no_std", "bootloader", "framework", "fota"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 8d18159..8e0ba5c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Jan-Henrik Bruhn "] repository = "https://github.com/jhbruhn/moonboot" -keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "updater"] +keywords = ["embedded", "no_std", "bootloader", "framework", "fota"] [lib] proc-macro = true