Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide
vss-client
dependency behind cfg
flag
Recently, we introduced first steps towards VSS support. Unfortunately, `vss-client` has a build dependency on blocking `reqwest` which defaults to use `native-tls`, pulling in `openssl-sys`, which in turn fails for the Android targets. Here, we preliminarily hide the `vss-client` dependency behind the `cfg(vss)` flag to fix our Android builds.
- Loading branch information