Make it possible to give your own cargo command for 'just'
Do it by setting the environment variable ‘CARGO_CMD’ when running ‘just’, or by overriding the justfile variable ‘cargo_cmd’, like so:
CARGO_CMD='cargo --locked' just ...
or:
just cargo_cmd='cargo --locked' ...
Do it by setting the environment variable ‘CARGO_CMD’ when running ‘just’, or by overriding the justfile variable ‘cargo_cmd’, like so:
CARGO_CMD='cargo --locked' just ...
or:
just cargo_cmd='cargo --locked' ...
Changes:
- Rebase
- Change commit title