@@ -18,14 +18,11 @@ path = "uniffi-bindgen.rs"
18
18
default = [" uniffi/cli" ]
19
19
20
20
[dependencies ]
21
- bdk_wallet = { version = " 1.0.0-alpha.13" , features = [" all-keys" , " keys-bip39" ] }
22
- bdk_esplora = { version = " 0.15.0" , default-features = false , features = [" std" , " blocking" , " blocking-https-rustls" ] }
23
- # NOTE: This is a temporary workaround to use the electrum-client with the use-rustls-ring feature. It points to a fork
24
- # of bdk in which the bdk_electrum library uses the electrum-client with the use-rustls-ring feature.
25
- bdk_electrum = { git = " https://github.com/thunderbiscuit/bdk/" , package = " bdk_electrum" , branch = " feature/electrum-client-ring-ffi-alpha13" , default-features = false , features = [" use-rustls-ring" ] }
26
- # bdk_electrum = { version = "0.15.0" }
27
- bdk_sqlite = { version = " 0.2.0" }
28
- bdk_bitcoind_rpc = { version = " 0.12.0" }
21
+ bdk_wallet = { version = " 1.0.0-beta.2" , features = [" all-keys" , " keys-bip39" , " rusqlite" ] }
22
+ bdk_core = { version = " 0.1.0" }
23
+ bdk_esplora = { version = " 0.17.0" , default-features = false , features = [" std" , " blocking" , " blocking-https-rustls" ] }
24
+ bdk_electrum = { version = " 0.17.0" , default-features = false , features = [" use-rustls-ring" ] }
25
+ bdk_bitcoind_rpc = { version = " 0.14.0" }
29
26
bitcoin-internals = { version = " 0.2.0" , features = [" alloc" ] }
30
27
31
28
uniffi = { version = " =0.28.0" }
0 commit comments