Skip to content

Commit 0a22280

Browse files
committed
update bip0039 to resolve dependency conflicts with downstream consumers of librustzcash->ironfish-rust
1 parent d551820 commit 0a22280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcash_primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all-features = true
1919
[dependencies]
2020
aes = "0.7"
2121
bitvec = "1"
22-
bip0039 = { version = "0.9", features = ["std", "all-languages"] }
22+
bip0039 = { version = "0.12.0", features = ["std", "all-languages"] }
2323
blake2b_simd = "1"
2424
blake2s_simd = "1"
2525
blstrs = { version = "0.6.0", features = ["__private_bench"] }

0 commit comments

Comments
 (0)