Skip to content

Commit 76793fe

Browse files
committed
DROPME: try vss client timeouts
1 parent bfeee00 commit 76793fe

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
@@ -84,7 +84,8 @@ serde = { version = "1.0.210", default-features = false, features = ["std", "der
8484
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
8585
log = { version = "0.4.22", default-features = false, features = ["std"]}
8686

87-
vss-client = "0.3"
87+
#vss-client = "0.3"
88+
vss-client = { git = "https://github.com/tnull/vss-rust-client", branch = "2025-05-try-client-timeout" }
8889
prost = { version = "0.11.6", default-features = false}
8990

9091
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)