Skip to content

Commit 59f2a34

Browse files
committed
Unpin payjoin 0.22.0 dependency
Point to the bindings-0.23 branch for development
1 parent 752fcee commit 59f2a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

payjoin-directory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hyper = { version = "1", features = ["http1", "server"] }
2626
hyper-rustls = { version = "0.26", optional = true }
2727
hyper-util = { version = "0.1", features = ["tokio"] }
2828
ohttp = { package = "bitcoin-ohttp", version = "0.6.0"}
29-
payjoin = { version = "0.22.0", features = ["directory"], default-features = false }
29+
payjoin = { git = "https://github.com/payjoin/rust-payjoin", branch = "bindings-0.23",features = ["directory"], default-features = false }
3030
redis = { version = "0.23.3", features = ["aio", "tokio-comp"] }
3131
rustls = { version = "0.22.4", optional = true }
3232
tokio = { version = "1.12.0", features = ["full"] }

0 commit comments

Comments
 (0)