Skip to content

Commit 448616e

Browse files
committed
Bump vss-client-ng dependency to v0.4.0
We bump our `vss-client-ng` dependency to the latest release.
1 parent b4254e3 commit 448616e

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-ng = "0.3"
69-
vss-client-ng = { git = "https://github.com/tnull/vss-client", rev = "98ac5e171ef1ab970bbc58cd995ffc1e615421d1" }
68+
vss-client-ng = "0.4.0"
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)