Skip to content

Commit 49a680b

Browse files
authored
Use official bitcoind-async-client release with support for mainnet and testnet (#1441)
2 parents fe0c1d0 + 09145f6 commit 49a680b

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo-minimal.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,9 @@ dependencies = [
652652

653653
[[package]]
654654
name = "bitcoind-async-client"
655-
version = "0.10.1"
656-
source = "git+https://github.com/benalleng/bitcoind-async-client.git?rev=a6292420de5cfd666d6185c534bea3f22736452b#a6292420de5cfd666d6185c534bea3f22736452b"
655+
version = "0.10.2"
656+
source = "registry+https://github.com/rust-lang/crates.io-index"
657+
checksum = "fe2cbde433d230760d71ccf2bc2eef53ca98b2cd7b31d67a19ad3d466cee67a3"
657658
dependencies = [
658659
"base64 0.22.1",
659660
"bitcoin 0.32.8",

Cargo-recent.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,9 @@ dependencies = [
652652

653653
[[package]]
654654
name = "bitcoind-async-client"
655-
version = "0.10.1"
656-
source = "git+https://github.com/benalleng/bitcoind-async-client.git?rev=a6292420de5cfd666d6185c534bea3f22736452b#a6292420de5cfd666d6185c534bea3f22736452b"
655+
version = "0.10.2"
656+
source = "registry+https://github.com/rust-lang/crates.io-index"
657+
checksum = "fe2cbde433d230760d71ccf2bc2eef53ca98b2cd7b31d67a19ad3d466cee67a3"
657658
dependencies = [
658659
"base64 0.22.1",
659660
"bitcoin 0.32.8",

payjoin-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ v2 = ["payjoin/v2", "payjoin/io"]
2828
[dependencies]
2929
anyhow = "1.0.99"
3030
async-trait = "0.1.89"
31-
bitcoind-async-client = { git = "https://github.com/benalleng/bitcoind-async-client.git", rev = "a6292420de5cfd666d6185c534bea3f22736452b" }
31+
bitcoind-async-client = "0.10.2"
3232
clap = { version = "4.5.45", features = ["derive"] }
3333
config = "0.15.14"
3434
dirs = "6.0.0"

0 commit comments

Comments
 (0)