Skip to content

Commit

Permalink
SFT-4401: Fix bip39 compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Nov 13, 2024
1 parent d19b278 commit 1fae9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-vectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ seedqr = ["bip39/serde", "faster-hex/serde"]
blockchain-commons = ["bitcoin/serde", "faster-hex/serde"]

[dependencies]
bip39 = { workspace = true, optional = true }
bip39 = { workspace = true, optional = true, features = ["std"] }
bitcoin = { workspace = true, optional = true, features = ["std"] }
bs58 = { workspace = true, optional = true }
faster-hex = { workspace = true, optional = true }
Expand Down

0 comments on commit 1fae9c6

Please sign in to comment.