Skip to content

Commit

Permalink
fix regression caused by rust-lang/cargo#10448
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Apr 6, 2022
1 parent 73dc130 commit b500a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ impl Step for PlainSourceTarball {
cmd.arg("vendor")
.arg("--sync")
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
.arg("--sync")
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
.current_dir(&plain_dst_src);
builder.run(&mut cmd);
Expand Down

0 comments on commit b500a78

Please sign in to comment.