File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ # v2.2.0
5+
6+ - Unpin unicode-normalization version
7+
48# v2.1.0
59
610- Add support for Portuguese as per addition to BIP.
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1717
1818[[package]]
1919name = "bip39"
20- version = "2.1 .0"
20+ version = "2.2 .0"
2121dependencies = [
2222 "bip39",
2323 "bitcoin_hashes",
2424 "rand",
25- "rand_core 0.6.4 ",
25+ "rand_core 0.4.2 ",
2626 "serde",
2727 "unicode-normalization",
2828 "zeroize",
@@ -142,12 +142,6 @@ version = "0.4.2"
142142source = "registry+https://github.com/rust-lang/crates.io-index"
143143checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
144144
145- [[package]]
146- name = "rand_core"
147- version = "0.6.4"
148- source = "registry+https://github.com/rust-lang/crates.io-index"
149- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
150-
151145[[package]]
152146name = "rand_hc"
153147version = "0.1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " bip39"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44authors = [
" Steven Roose <[email protected] >" ]
55license = " CC0-1.0"
66homepage = " https://github.com/rust-bitcoin/rust-bip39/"
You can’t perform that action at this time.
0 commit comments