Point all VLS dependencies to Evan's fork

This commit is contained in:
decentclock
2022-06-21 11:39:09 -06:00
parent 4c156f8fb3
commit d0c9c9d4c6
4 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer" }
vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "partial-std" }
serde = { version = "1.0", default-features = false }
serde_bolt = { version = "0.2", default-features = false }