Skip to content

Commit

Permalink
Make cargo local-registry work with 0.2.7 (it switched to clap)
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Sep 4, 2024
1 parent a7b0188 commit cb858a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vendor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ pub(crate) fn cargo_vendor(
"local-registry",
"-s",
paths.lockfile_path.to_str().unwrap(),
vendordir.to_str().unwrap(),
"--git",
vendordir.to_str().unwrap(),
];
if no_delete {
cmdline.push("--no-delete");
Expand Down

0 comments on commit cb858a3

Please sign in to comment.