Releases: taiki-e/upload-rust-binary-action
Releases · taiki-e/upload-rust-binary-action
1.4.0
- Respect host cross-compilation setup. (#16)
1.3.0
- Update default runtime to node16
1.2.0
-
Skip the installation of
cross
if it is already installed.Previously, on Linux, if the target is different from the host and
cross
supports the target,cross
was always installed.
1.1.0
1.0.2
- Documentation improvements.
1.0.1
- Pass
--noprofile
and--norc
options to bash.
1.0.0
Initial release