-
-
Notifications
You must be signed in to change notification settings - Fork 39
Allow verifying published MSRV #216
Copy link
Copy link
Open
Labels
C-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing onehelp wantedCall for participation: Help is requested to fix this issueCall for participation: Help is requested to fix this issue
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing onehelp wantedCall for participation: Help is requested to fix this issueCall for participation: Help is requested to fix this issue
Packages can have two MSRVs
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 packageremoves these development-time features.We could verify the published version of a package if we did
cargo packageon each package and then verified the.cratefiles.