Skip to content

Commit

Permalink
Remove keyword from manifest
Browse files Browse the repository at this point in the history
We currently have six keywords but only five are allowed, remove the
"bech32m" (we have "bech32" also).
  • Loading branch information
tcharding committed Aug 18, 2023
1 parent 465632e commit 5e8d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/rust-bitcoin/rust-bech32"
documentation = "https://docs.rs/bech32/"
description = "Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums"
readme = "README.md"
keywords = ["base32", "encoding", "bech32", "bech32m", "bitcoin", "cryptocurrency"]
keywords = ["base32", "encoding", "bech32", "bitcoin", "cryptocurrency"]
categories = ["encoding", "cryptography::cryptocurrencies"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 5e8d0eb

Please sign in to comment.