We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfeee00 commit 5c41b36Copy full SHA for 5c41b36
1 file changed
Cargo.toml
@@ -84,7 +84,8 @@ serde = { version = "1.0.210", default-features = false, features = ["std", "der
84
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
85
log = { version = "0.4.22", default-features = false, features = ["std"]}
86
87
-vss-client = "0.3"
+#vss-client = "0.3"
88
+vss-client = { git = "https://github.com/tnull/vss-rust-client", branch = "2025-05-try-client-timeout" }
89
prost = { version = "0.11.6", default-features = false}
90
91
[target.'cfg(windows)'.dependencies]
0 commit comments