taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
235 stars 20 forks source link

add 'features' input option #7

Closed ririsoft closed 2 years ago

ririsoft commented 2 years ago

Hello,

Please find a PR to allow for (optional) specification of cargo build features.

I am not sure whether we want a simple features option here or a more generic buildopts to which we can pass any build options. I went for the former, considering we could go for the latter later on if needed.

Cheers

taiki-e commented 2 years ago

Published in v1.1.0.