Skip to content

Commit 3626520

Browse files
committed
FIXME: Update Cargo.toml to use VssStore with AuthMethod
1 parent c4ad6ea commit 3626520

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
@@ -70,7 +70,8 @@ libc = "0.2"
7070
uniffi = { version = "0.26.0", features = ["build"], optional = true }
7171

7272
[target.'cfg(vss)'.dependencies]
73-
vss-client = "0.2"
73+
#vss-client = "0.2"
74+
vss-client = { git = "https://github.com/g8xsu/vss-rust-client", rev="ceaa00db43b10992e7e327661ffb398ca2178f6d"}
7475
prost = { version = "0.11.6", default-features = false}
7576

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

0 commit comments

Comments
 (0)