Closed Skallwar closed 2 years ago
Currently release CI is failing when trying to cross compile This is due to native-tls Adding the native-tls-vendored in reqwest should fix this
native-tls
native-tls-vendored
Another solution would be to switch to rustls
rustls
Currently release CI is failing when trying to cross compile This is due to
native-tls
Adding thenative-tls-vendored
in reqwest should fix this