Skip to content

Commit

Permalink
alpha.1 to alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Oct 15, 2023
1 parent 0ccbad7 commit 1557025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
bdk = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "59fc1b341ba94212b2ea3e888e51fb6fcd00589f", features = ["keys-bip39", "all-keys"] }
bdk = { version = "1.0.0-alpha.2", features = ["all-keys", "keys-bip39"] }
uniffi = { version = "0.23.0" }

[build-dependencies]
Expand Down

0 comments on commit 1557025

Please sign in to comment.