Skip to content

Allow verifying published MSRV #216

@epage

Description

@epage

Packages can have two MSRVs

  • Local development / as a git dependency
  • As a registry dependency

For example, if you use workspace inheritance, your local development / git dependency MSRV is 1.64 but your registry dependency MSRV could be lower but you can't verify it. This is because cargo package removes these development-time features.

We could verify the published version of a package if we did cargo package on each package and then verified the .crate files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: A new feature or an improvement for an existing onehelp wantedCall for participation: Help is requested to fix this issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions