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

Commit

Permalink
Merge "Use --versioned-dirs with 'cargo vendor'" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Nov 15, 2024
2 parents f351fed + e22c5ff commit 3d1ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/external_crates/crate_tool/src/pseudo_crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl PseudoCrate<CargoVendorClean> {
fn crates(&self) -> &CrateCollection {
self.extra.crates.get_or_init(|| {
Command::new("cargo")
.args(["vendor"])
.args(["vendor", "--versioned-dirs"])
.current_dir(&self.path)
.run_quiet_and_expect_success()
.unwrap();
Expand Down

0 comments on commit 3d1ebf7

Please sign in to comment.