Skip to content

Commit

Permalink
Depend on payjoin-0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 23, 2024
1 parent a9d7f7c commit fd14224
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ base64 = "0.22.1"
bitcoin-ffi = { git = "https://github.com/bitcoindevkit/bitcoin-ffi.git", rev = "4cd8e644dbf4e001d71d5fffb232480fa5ff2246" }
hex = "0.4.3"
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
payjoin = { version = "0.21.0", features = ["send", "receive", "base64", "v2", "io"] }
payjoin = { version = "0.22.0", features = ["send", "receive", "base64", "v2", "io"] }
serde_json = "1.0.128"
thiserror = "1.0.58"
uniffi = { version = "0.28.0", optional = true }
Expand All @@ -37,7 +37,7 @@ bitcoind = { version = "0.36.0", features = ["0_21_2"] }
bitcoincore-rpc = "0.19.0"
http = "1"
ohttp-relay = "0.0.8"
payjoin-directory = { git = "https://github.com/payjoin/rust-payjoin", rev = "a1fbac5", features = ["_danger-local-https"] }
payjoin-directory = { git = "https://github.com/payjoin/rust-payjoin", rev = "226816a7e095a1f2dea92242532ba94f54010e8b", features = ["_danger-local-https"] }
rcgen = { version = "0.11" }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
rustls = "0.22.2"
Expand All @@ -52,3 +52,6 @@ opt-level = 'z'
lto = true
codegen-units = 1
strip = true

[patch.crates-io]
payjoin = { git = "https://github.com/DanGould/rust-payjoin.git", rev = "226816a7e095a1f2dea92242532ba94f54010e8b" }

0 comments on commit fd14224

Please sign in to comment.