Add new option --locked that is passed through to cargo-install ()

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-02-22 22:27:17 +11:00 committed by GitHub
parent 0e055dbb7c
commit 96ebcfd08f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions
crates/bin/src

View file

@ -97,6 +97,7 @@ pub async fn install_crates(args: Args, jobserver_client: LazyJobserverClient) -
dry_run: args.dry_run,
force: args.force,
quiet: args.log_level == Some(LevelFilter::Off),
locked: args.locked,
version_req: args.version_req,
manifest_path: args.manifest_path,