Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 077c0a8

Browse files
Merge pull request #796 from MutinyWallet/bdk-fix
Pin to bdk alpha1
2 parents 6aa37c3 + 1573130 commit 077c0a8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

mutiny-core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ lnurl-rs = { version = "0.2.7", default-features = false, features = ["async", "
1717
cfg-if = "1.0.0"
1818
bip39 = { version = "2.0.0" }
1919
bitcoin = { version = "0.29.2", default-features = false, features = ["serde", "secp-recovery", "rand"] }
20-
bdk = { version = "1.0.0-alpha.1", default-features = false }
21-
bdk_esplora = { version = "0.3.0", default-features = false, features = ["async-https"] }
22-
bdk_chain = { version = "0.5.0", default-features = false, features = ["hashbrown"] }
20+
bdk = { version = "=1.0.0-alpha.1", default-features = false }
21+
bdk_esplora = { version = "=0.3.0", default-features = false, features = ["async-https"] }
22+
bdk_chain = { version = "=0.5.0", default-features = false, features = ["hashbrown"] }
2323
bdk-macros = "0.6.0"
2424
getrandom = { version = "0.2" }
2525
serde = { version = "^1.0", features = ["derive"] }

mutiny-core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
clippy::arc_with_non_send_sync,
88
type_alias_bounds
99
)]
10-
#![feature(async_fn_in_trait)]
1110
extern crate core;
1211

1312
// background file is mostly an LDK copy paste

mutiny-wasm/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
clippy::extra_unused_type_parameters,
55
clippy::arc_with_non_send_sync
66
)]
7-
#![feature(async_fn_in_trait)]
87

98
extern crate mutiny_core;
109

0 commit comments

Comments
 (0)