Skip to content

Commit 42c54e6

Browse files
committed
Merge #123: Remove keyword from manifest
5e8d0eb Remove keyword from manifest (Tobin C. Harding) Pull request description: We currently have six keywords but only five are allowed, remove the "bech32m" (we have "bech32" also). ACKs for top commit: apoelstra: ACK 5e8d0eb Tree-SHA512: 15fbfa035cda7dbcd5964875e9c955f7ce6f243a2bcd409657ba319aa18254a650a93a9d173da2f88196bf25502223599aad4597f29fd06e98f0074ec5ea90e1
2 parents 465632e + 5e8d0eb commit 42c54e6

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)