Skip to content

Commit

Permalink
core: bump bdk to 3fdab87
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Nov 13, 2023
1 parent 663dc1b commit db8c3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion keechain-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = ["sysinfo"]

[dependencies]
aes = "0.8"
bdk = { git = "https://github.com/bitcoindevkit/bdk", rev = "c450499bc1dec7c10b97eb4c60c791253495c2e4", default-features = false, features = ["std"] }
bdk = { git = "https://github.com/bitcoindevkit/bdk", rev = "3fdab87ee7c02439b18a9e114ff588b282525402", default-features = false, features = ["std"] }
bip39 = { version = "2.0", default-features = false, features = ["std", "zeroize"] }
cbc = { version = "0.1", features = ["alloc"] }
chacha20poly1305 = "0.10"
Expand Down

0 comments on commit db8c3cb

Please sign in to comment.