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.
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.