Skip to content

Commit 6be51c6

Browse files
committed
Vss-client upgrade to 0.3.x
1 parent 6d8382b commit 6be51c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ libc = "0.2"
7171
uniffi = { version = "0.26.0", features = ["build"], optional = true }
7272

7373
[target.'cfg(vss)'.dependencies]
74-
vss-client = "0.2"
74+
vss-client = "0.3"
7575
prost = { version = "0.11.6", default-features = false}
7676

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

src/io/vss_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl VssStore {
6161
)
6262
}) as _);
6363

64-
let client = VssClient::new(&base_url, retry_policy);
64+
let client = VssClient::new(base_url, retry_policy);
6565
Self { client, store_id, runtime, storable_builder }
6666
}
6767

0 commit comments

Comments
 (0)