Commit 2d0c012
committed
Hide
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.vss-client dependency behind cfg flag1 parent 67b079a commit 2d0c012
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments