Skip to content

Commit 3bef430

Browse files
committed
Fix vendoring
1 parent 2ffef99 commit 3bef430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/dist.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,8 @@ impl Step for PlainSourceTarball {
11171117
// Vendor all Cargo dependencies
11181118
let mut cmd = Command::new(&builder.initial_cargo);
11191119
cmd.arg("vendor")
1120+
.arg("--sync")
1121+
.arg(builder.src.join("./library/Cargo.yoml"))
11201122
.arg("--sync")
11211123
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
11221124
.current_dir(&plain_dst_src);

0 commit comments

Comments
 (0)