Skip to content

Commit e617744

Browse files
committed
Bump to branch
1 parent 2911920 commit e617744

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ serde = { version = "1.0.210", default-features = false, features = ["std", "der
101101
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
102102
log = { version = "0.4.22", default-features = false, features = ["std"]}
103103

104-
vss-client = "0.3"
104+
#vss-client = "0.3"
105+
#vss-client = { path = "../vss-rust-client" }
106+
vss-client = { git = "https://github.com/tnull/vss-rust-client", branch = "2025-08-enable-client-side-delays-0.3.1" }
105107
prost = { version = "0.11.6", default-features = false}
106108

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

0 commit comments

Comments
 (0)