Releases: rust-build/rust-build.action
Releases · rust-build/rust-build.action
Version 1.4.5
Version 1.4.4
What's Changed
- Update .hadolint.yaml - DL3018 by @sadikkuzu in #77
- Bump default rust version to 1.73
- Add new option to easily disable/enable static linking override (thanks @veloii)
- Add option to specify build features, or any other cargo build flags (thanks @johnnyfreeman)
- Fix minify only accepted "true" as a truthy value (thanks @localghost)
New Contributors
- @sadikkuzu made their first contribution in #77
Full Changelog: v1.4.3...v1.4.4
Version 1.4.3
- Hopefully fix build failing
Full Changelog: v1.4.2...v1.4.3
Version 1.4.2
- Emergency release: fix build failing
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
Version 1.4.0
What's Changed
- Add support for zstd by @orium in #52
- Replace deprecated ::set-output with new env variable by @kolemikko in #57
- Bump rust version to 1.64.0
New Contributors
- @orium made their first contribution in #52
- @kolemikko made their first contribution in #57
Full Changelog: v1.3.2...v1.4.0
Version 1.3.2
Version 1.3.1
What's changed
- Fix bad UPLOAD_URL check that prevented UPLOAD_MODE none from working
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
Full Changelog: v1.2.7...v1.3.0
Changes:
- Error if upload fails
- Add action outputs for the path to built blobs
- Add UPLOAD_MODE option
- Fix not supporting action input properly