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 Oct 13, 2023. It is now read-only.
Some binary crates are outdated and have suboptimal Cargo.toml files. In that case, it can occur that the dependencies listed in Cargo.toml were updated since the crate was published and an incompatibility arises. These crates can then only be succesfully installed by passing --locked which causes the Cargo.lock to be used if it is published by that binary crate.
The text was updated successfully, but these errors were encountered:
Support passing
--locked
tocargo install
.Motivation
Some binary crates are outdated and have suboptimal
Cargo.toml
files. In that case, it can occur that the dependencies listed inCargo.toml
were updated since the crate was published and an incompatibility arises. These crates can then only be succesfully installed by passing--locked
which causes theCargo.lock
to be used if it is published by that binary crate.The text was updated successfully, but these errors were encountered: