taskcluster-crater
taskcluster-crater copied to clipboard
Fetches unused dependencies
Each crater run fetches many dependencies that are unused:
- Optional
dependencies— not needed forcargo build - All
dev-dependencies— not needed forcargo build
How do I make cargo not fetch them?
I thought it was possible, but it seems it is not?
Cargo has learned to download deps lazily, nice https://github.com/rust-lang/cargo/pull/2406