Open crazyscot opened 3 weeks ago
I would like to build my crate with cross build --locked.
cross build --locked
Would it be possible to add a locked input to the action, or perhaps a passthrough input for adding arbitrary options to build_options ?
locked
build_options
I would accept a PR to implement locked input option. It should be easy since it can be implemented in almost the same way as the existing no-default-features input option.
no-default-features
I would like to build my crate with
cross build --locked
.Would it be possible to add a
locked
input to the action, or perhaps a passthrough input for adding arbitrary options tobuild_options
?