azure-pipelines icon indicating copy to clipboard operation
azure-pipelines copied to clipboard

Replaced deprecated cargo `--all` flag with `--workspace` flag

Open SamedhG opened this issue 4 years ago • 1 comments

Cargo check -h shows that the --all flag has been depreacated and replaced with the --workspace flag. Also https://github.com/rust-lang/cargo/issues/5015 shows hat the --no-default-features is currently broken so we thought that this part of the pipeline should be deleted (at least until this gets fixed) from the cargo-check.yml file.

SamedhG avatar Dec 04 '19 00:12 SamedhG