Skip to content

Commit 7a8afc7

Browse files
committed
Fiix
1 parent 6776afa commit 7a8afc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/mining/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ documentation = "https://docs.rs/hashpool"
77
edition = "2018"
88

99
[dependencies]
10-
bdk = "1.0.0-alpha.13"
10+
bdk = "=1.0.0-alpha.11"
1111
bitcoin = "0.32.0"

src/on-chain/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ documentation = "https://docs.rs/hashpool"
77
edition = "2018"
88

99
[dependencies]
10-
bdk = "1.0.0-alpha.13"
10+
11+
bdk = "=1.0.0-alpha.11"
1112
bitcoin = "0.32.0"
1213

1314
[lib]

0 commit comments

Comments
 (0)