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
would be nice to have binary releases for this since currently the only way to install the binary is to compile it from source, which requires the entire rust toolchain.
The text was updated successfully, but these errors were encountered:
I basically know nothing about binary distribution. You need one per arch and per OS and per bit size right? That seems way too for me to handle for such a small project...
rust will just compile to whatever target you set, it's just a matter of compiling it multiple times for commonly used systems.
it doesn't even require much effort from your part since you can automate this with github actions
just set up github actions appropriately and add release tags
would be nice to have binary releases for this since currently the only way to install the binary is to compile it from source, which requires the entire rust toolchain.
The text was updated successfully, but these errors were encountered: