From e6387f8f27d0449c37f4bca2685fc9b45ee9be8f Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 20 Mar 2023 12:37:22 -0500 Subject: [PATCH] Remove keyword from file_store cargo metadata --- crates/file_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/file_store/Cargo.toml b/crates/file_store/Cargo.toml index e17593c1..65168730 100644 --- a/crates/file_store/Cargo.toml +++ b/crates/file_store/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk" documentation = "https://docs.rs/bdk_file_store" -keywords = ["bitcoin", "persist", "persistence", "bdk", "file", "store"] +keywords = ["bitcoin", "persist", "persistence", "bdk", "file"] authors = ["Bitcoin Dev Kit Developers"] readme = "README.md"