Skip to content

Commit fe33579

Browse files
committed
WIP: Bump vss-client dependency
.. we bump the `vss-client` dependency.
1 parent fdaa759 commit fe33579

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
@@ -90,7 +90,8 @@ serde = { version = "1.0.210", default-features = false, features = ["std", "der
9090
serde_json = { version = "1.0.128", default-features = false, features = ["std"] }
9191
log = { version = "0.4.22", default-features = false, features = ["std"]}
9292

93-
vss-client = "0.3"
93+
#vss-client = "0.3"
94+
vss-client = { git = "https://github.com/tnull/vss-rust-client", rev = "995ca709d7d501fae3fa5e52d19b5b2a4548fc06" }
9495
prost = { version = "0.11.6", default-features = false}
9596

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

0 commit comments

Comments
 (0)