Skip to content

Commit 1cba089

Browse files
committed
Bump bootstrap compiler
1 parent c051c5d commit 1cba089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ impl Step for Std {
470470
// output directory will be deleted by us (as cargo will purge the stamp
471471
// file during the first slot's run), and core is relatively fast to
472472
// build so works OK to fill this 'dummy' slot.
473-
let krates = ["core", "core", "alloc", "std", "proc_macro", "test"];
473+
let krates = ["core", "alloc", "std", "proc_macro", "test"];
474474
for krate in &krates {
475475
run_cargo_rustdoc_for(krate);
476476
}

src/stage0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# stable release's version number. `date` is the date where the release we're
1313
# bootstrapping off was released.
1414

15-
date: 2021-03-26
15+
date: 2021-04-07
1616
rustc: beta
1717

1818
# We use a nightly rustfmt to format the source because it solves some

0 commit comments

Comments
 (0)