You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @Stranger6667 , enabling reqwest/native-tls by default to fix #343 causes cross-compilation to fail as native-tls depends on openssl and cross no longer bundles openssl (cross-rs/cross#229).
Would it be possible to have another feature to use rustls in addition to the current resolve-http feature, as cross compiles work with it, i.e.
resolve-http-rustls = ["reqwest", "rustls"]
The text was updated successfully, but these errors were encountered:
jqnatividad
added a commit
to jqnatividad/jsonschema-rs
that referenced
this issue
Apr 10, 2022
Hello @Stranger6667 , enabling reqwest/native-tls by default to fix #343 causes cross-compilation to fail as native-tls depends on openssl and cross no longer bundles openssl (cross-rs/cross#229).
Would it be possible to have another feature to use rustls in addition to the current
resolve-http
feature, as cross compiles work with it, i.e.resolve-http-rustls = ["reqwest", "rustls"]
The text was updated successfully, but these errors were encountered: