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
cargo: pick exact dependency version from Cargo.toml
A dependency might specify a version that is compatible with the one
in Cargo.lock, but not the exact same version. Whenever Cargo.lock
contains the package, only use the pinned versions that can be used;
update the version in the manifest so that the correct API level is
used as well.
Originally by Xavier Claessens <xclaessens@netflix.com>, but
almost completely rewritten.
0 commit comments