Skip to content

Commit 5ea1b4a

Browse files
committed
FIXME: Update Cargo.toml to use VssStore with AuthMethod
1 parent fb6795e commit 5ea1b4a

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

7878
[target.'cfg(vss)'.dependencies]
79-
vss-client = "0.2"
79+
#vss-client = "0.2"
80+
vss-client = { git = "https://github.com/g8xsu/vss-rust-client", rev="ceaa00db43b10992e7e327661ffb398ca2178f6d"}
8081
prost = { version = "0.11.6", default-features = false}
8182

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

0 commit comments

Comments
 (0)