Skip to content

Commit 5e8d0eb

Browse files
committed
Remove keyword from manifest
We currently have six keywords but only five are allowed, remove the "bech32m" (we have "bech32" also).
1 parent 465632e commit 5e8d0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/rust-bitcoin/rust-bech32"
66
documentation = "https://docs.rs/bech32/"
77
description = "Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums"
88
readme = "README.md"
9-
keywords = ["base32", "encoding", "bech32", "bech32m", "bitcoin", "cryptocurrency"]
9+
keywords = ["base32", "encoding", "bech32", "bitcoin", "cryptocurrency"]
1010
categories = ["encoding", "cryptography::cryptocurrencies"]
1111
license = "MIT"
1212
edition = "2018"

0 commit comments

Comments
 (0)