Skip to content

Commit 610dcb4

Browse files
committed
rustbuild: properly dist stage0.txt
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent c4e0b89 commit 610dcb4

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
@@ -434,6 +434,7 @@ impl Step for Rustc {
434434
cp("LICENSE-APACHE");
435435
cp("LICENSE-MIT");
436436
cp("README.md");
437+
cp("stage0.txt");
437438
// tiny morsel of metadata is used by rust-packaging
438439
let version = builder.rust_version();
439440
builder.create(&overlay.join("version"), &version);

0 commit comments

Comments
 (0)