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
We locked rustc to 1.71 when releasing because some mips targets are downgraded after 1.71. By doing that we locked the version for all platforms, which doesn't make much sense.
Also, we're using cross 0.2.5, which is a pretty old version to build for some platforms because of the lack of openssl in the newer cross version. I've doubted if such openssl really works for those platforms and more sensible option would be upgrading cross to latest version, and use rustls for these platforms.
The text was updated successfully, but these errors were encountered:
We locked rustc to 1.71 when releasing because some mips targets are downgraded after 1.71. By doing that we locked the version for all platforms, which doesn't make much sense.
Also, we're using cross 0.2.5, which is a pretty old version to build for some platforms because of the lack of openssl in the newer cross version. I've doubted if such openssl really works for those platforms and more sensible option would be upgrading cross to latest version, and use rustls for these platforms.
The text was updated successfully, but these errors were encountered: