diff --git a/integration-tests/public/runtime-call-contract/Cargo.toml b/integration-tests/public/runtime-call-contract/Cargo.toml index 04f9bb0639..0a89e13d39 100644 --- a/integration-tests/public/runtime-call-contract/Cargo.toml +++ b/integration-tests/public/runtime-call-contract/Cargo.toml @@ -5,7 +5,7 @@ members = ["sandbox-runtime", "traits"] authors = ["Use Ink "] edition = "2021" homepage = "https://use.ink" -keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"] +keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"] license = "Apache-2.0" repository = "https://github.com/use-ink/ink" diff --git a/linting/Cargo.toml b/linting/Cargo.toml index 262abb1e74..c1bcc42f2d 100644 --- a/linting/Cargo.toml +++ b/linting/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/use-ink/ink" homepage = "https://use.ink" -keywords = ["parity", "blockchain", "edsl", "dylint", "linting"] +keywords = ["ink", "blockchain", "edsl", "dylint", "linting"] [workspace.dependencies] ink_linting_utils = { version = "=5.0.0", path = "utils" }