Skip to content

Commit

Permalink
chore: bump rust dependencies to alpha 5 versions
Browse files Browse the repository at this point in the history
reez committed Jan 31, 2024
1 parent 991de09 commit 794f2bc
Showing 2 changed files with 93 additions and 42 deletions.
131 changes: 91 additions & 40 deletions bdk-ffi/Cargo.lock

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

4 changes: 2 additions & 2 deletions bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
bdk = { version = "1.0.0-alpha.4", features = ["all-keys", "keys-bip39"] }
bdk_esplora = { version = "0.6.0", default-features = false, features = ["std", "blocking"] }
bdk = { version = "1.0.0-alpha.5", features = ["all-keys", "keys-bip39"] }
bdk_esplora = { version = "0.7.0", default-features = false, features = ["std", "blocking"] }

# TODO 22: The bdk_esplora crate uses esplora_client which uses reqwest for async. By default it uses the system
# openssl library, which is creating problems for cross-compilation. I'd rather use rustls, but it's hidden

0 comments on commit 794f2bc

Please sign in to comment.