self_update icon indicating copy to clipboard operation
self_update copied to clipboard

Turn on rustls when compiling using Cross in Travis

Open r-darwish opened this issue 5 years ago • 2 comments
trafficstars

Cross dropped OpenSSL from their images, which causes Travis to break. I think that compiling with rustls will fix that.

r-darwish avatar Feb 27 '20 10:02 r-darwish

That's... interesting. I'll merge your recent #46 in the meantime since it looks benign. I guess we should switch to defaulting to rustls and add an openssl feature instead

jaemk avatar Mar 03 '20 02:03 jaemk

For those which struggle to get cross-compilation working, I've found the following to work:

self_update = { version = "0.27.0", features = ["rustls"], default-features = false }

pojntfx avatar Jul 12 '21 22:07 pojntfx