You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
If I run cargo info clap in a project, it picks the highest version in use. What if I want to look at the latest version, or an earlier MSRV-compatible version?
If I run
cargo info clap
in a project, it picks the highest version in use. What if I want to look at the latest version, or an earlier MSRV-compatible version?We should accept PackageIdSpecs so you can do
cargo info [email protected]
and it picks the latest version.The text was updated successfully, but these errors were encountered: