Skip to content

Only ban multiple versions of user-facing dependencies #497

Closed
@epage

Description

@epage

Is your feature request related to a problem? Please describe.
It can be hard to avoid multiple-versions. In particular for dev-dependencies as they tend to sprawl out more than normal/build dependencies (e.g. criterion) yet they are a lower priority. Not many people will care if clap has duplicate depednencies for local development but they will care when depending on clap.

Describe the solution you'd like
Allow configuring multiple-versions = "deny" to only deny when there are multiple within normal/build dependencies

Describe alternatives you've considered

Additional context

Granted, this won't help with is-terminal as a normal dependency since it pulls in two different versions of windows-sys.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions