Skip to content

Commit 4bb06f3

Browse files
committed
f Use renamed v0.4 import rather than specific commit
1 parent fbfc6fd commit 4bb06f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ serde = { version = "1.0.210", default-features = false, features = ["std", "der
6565
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
6666
log = { version = "0.4.22", default-features = false, features = ["std"]}
6767

68-
#vss-client = "0.3"
69-
vss-client = { git = "https://github.com/tnull/vss-rust-client", rev = "03ca9d99f70387aabec225020e46434cda8d18ff" }
68+
vss-client = { package = "vss-client-ng", version = "0.4" }
7069
prost = { version = "0.11.6", default-features = false}
7170

7271
[target.'cfg(windows)'.dependencies]
@@ -152,3 +151,6 @@ harness = false
152151
#lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
153152
#lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
154153
#lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
154+
155+
#vss-client-ng = { path = "../vss-client" }
156+
#vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }

0 commit comments

Comments
 (0)