Skip to content

Commit 88df493

Browse files
committed
fixup! add bitcoin-payment-instructions to cargo.toml
This fixup points bitcoin-payment-instructions to my fork allowing me to bump some lightning dependencies in order to resolve dep conflicts here.
1 parent 71624c5 commit 88df493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
102102

103103
vss-client = "0.3"
104104
prost = { version = "0.11.6", default-features = false}
105-
bitcoin-payment-instructions = { version = "0.5" }
105+
#bitcoin-payment-instructions = { version = "0.5" }
106+
bitcoin-payment-instructions = { git = "https://github.com/chuksys/bitcoin-payment-instructions", branch = "bump-lightning" }
106107

107108
[target.'cfg(windows)'.dependencies]
108109
winapi = { version = "0.3", features = ["winbase"] }

0 commit comments

Comments
 (0)