taskcluster-crater icon indicating copy to clipboard operation
taskcluster-crater copied to clipboard

Fetches unused dependencies

Open bluss opened this issue 9 years ago • 3 comments

Each crater run fetches many dependencies that are unused:

  • Optional dependencies — not needed for cargo build
  • All dev-dependencies — not needed for cargo build

bluss avatar Feb 03 '16 01:02 bluss

How do I make cargo not fetch them?

brson avatar Feb 03 '16 01:02 brson

I thought it was possible, but it seems it is not?

bluss avatar Feb 03 '16 01:02 bluss

Cargo has learned to download deps lazily, nice https://github.com/rust-lang/cargo/pull/2406

bluss avatar Apr 14 '16 10:04 bluss