Skip to content

Commit b500a78

Browse files
committed
fix regression caused by rust-lang/cargo#10448
1 parent 73dc130 commit b500a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ impl Step for PlainSourceTarball {
896896
cmd.arg("vendor")
897897
.arg("--sync")
898898
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
899+
.arg("--sync")
899900
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
900901
.current_dir(&plain_dst_src);
901902
builder.run(&mut cmd);

0 commit comments

Comments
 (0)