Skip to content

skip_optional_dependencies is broken with 1.60 #29

@Manishearth

Description

@Manishearth

With 1.60 and dep: syntax, cargo metadata now always reports a feature of the form "foo": ["dep:foo"] for optional dependencies. This leads to all optional dep combos being tested even with `skip_optional_dependencies, which bloats runtime significantly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions