Skip to content

Commit 5bb4711

Browse files
authored
Merge pull request #88 from rust-bitcoin/release-2.2.0
Release v2.2.0
2 parents bc5a233 + e978508 commit 5bb4711

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
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.

Cargo-minimal.lock

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1717

1818
[[package]]
1919
name = "bip39"
20-
version = "2.1.0"
20+
version = "2.2.0"
2121
dependencies = [
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"
142142
source = "registry+https://github.com/rust-lang/crates.io-index"
143143
checksum = "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]]
152146
name = "rand_hc"
153147
version = "0.1.0"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip39"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["Steven Roose <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-bip39/"

0 commit comments

Comments
 (0)