rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.8k stars 440 forks source link

Renovate the release github action #336

Open rapiz1 opened 4 months ago

rapiz1 commented 4 months ago

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.