Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Support --locked on cargo install #13

Open
b-zee opened this issue Feb 9, 2022 · 0 comments
Open

Support --locked on cargo install #13

b-zee opened this issue Feb 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@b-zee
Copy link

b-zee commented Feb 9, 2022

Support passing --locked to cargo install.

Motivation

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.

@b-zee b-zee added the enhancement New feature or request label Feb 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant