Skip to content

Commit

Permalink
Merge pull request #796 from MutinyWallet/bdk-fix
Browse files Browse the repository at this point in the history
Pin to bdk alpha1
  • Loading branch information
TonyGiorgio authored Oct 16, 2023
2 parents 6aa37c3 + 1573130 commit 077c0a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mutiny-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ lnurl-rs = { version = "0.2.7", default-features = false, features = ["async", "
cfg-if = "1.0.0"
bip39 = { version = "2.0.0" }
bitcoin = { version = "0.29.2", default-features = false, features = ["serde", "secp-recovery", "rand"] }
bdk = { version = "1.0.0-alpha.1", default-features = false }
bdk_esplora = { version = "0.3.0", default-features = false, features = ["async-https"] }
bdk_chain = { version = "0.5.0", default-features = false, features = ["hashbrown"] }
bdk = { version = "=1.0.0-alpha.1", default-features = false }
bdk_esplora = { version = "=0.3.0", default-features = false, features = ["async-https"] }
bdk_chain = { version = "=0.5.0", default-features = false, features = ["hashbrown"] }
bdk-macros = "0.6.0"
getrandom = { version = "0.2" }
serde = { version = "^1.0", features = ["derive"] }
Expand Down
1 change: 0 additions & 1 deletion mutiny-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
clippy::arc_with_non_send_sync,
type_alias_bounds
)]
#![feature(async_fn_in_trait)]
extern crate core;

// background file is mostly an LDK copy paste
Expand Down
1 change: 0 additions & 1 deletion mutiny-wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
clippy::extra_unused_type_parameters,
clippy::arc_with_non_send_sync
)]
#![feature(async_fn_in_trait)]

extern crate mutiny_core;

Expand Down

0 comments on commit 077c0a8

Please sign in to comment.