Skip to content

Commit

Permalink
chore: bump rust dependencies to alpha 6 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Feb 15, 2024
1 parent 50f102b commit 99a3d74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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
Expand Up @@ -18,8 +18,8 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
bdk = { version = "1.0.0-alpha.5", features = ["all-keys", "keys-bip39"] }
bdk_esplora = { version = "0.7.0", default-features = false, features = ["std", "blocking"] }
bdk = { version = "1.0.0-alpha.6", features = ["all-keys", "keys-bip39"] }
bdk_esplora = { version = "0.8.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
Expand Down

0 comments on commit 99a3d74

Please sign in to comment.