Skip to content

Commit

Permalink
chore(bip0039): update some trivials (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro authored Aug 12, 2023
1 parent aaf0c36 commit b6565c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions bip0039/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Update `pbkdf2` to 0.10 ([#39])

[#34]: https://github.com/koushiro/rust-bips/pull/34
[#39]: https://github.com/koushiro/rust-bips/pull/39

# Version 0.9.0 [2021-08-30]

Expand Down
4 changes: 2 additions & 2 deletions bip0039/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ description = "Another Rust implementation of BIP-0039 standard"
readme = "README.md"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/bip0039"
repository = "https://github.com/koushiro/bip0039"
repository = "https://github.com/koushiro/rust-bips"
keywords = ["bip39", "bitcoin", "crypto", "mnemonic"]
categories = ["cryptography"]
categories = ["cryptography", "no-std"]
exclude = ["words"]

# docs.rs-specific configuration
Expand Down
2 changes: 0 additions & 2 deletions bip0039/src/language/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use core::hash::Hash;

#[cfg(feature = "chinese-simplified")]
mod chinese_simplified;
#[cfg(feature = "chinese-traditional")]
Expand Down

0 comments on commit b6565c4

Please sign in to comment.