mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Bump bootstrap compiler
This commit is contained in:
parent
c051c5ddda
commit
1cba089732
@ -470,7 +470,7 @@ impl Step for Std {
|
||||
// output directory will be deleted by us (as cargo will purge the stamp
|
||||
// file during the first slot's run), and core is relatively fast to
|
||||
// build so works OK to fill this 'dummy' slot.
|
||||
let krates = ["core", "core", "alloc", "std", "proc_macro", "test"];
|
||||
let krates = ["core", "alloc", "std", "proc_macro", "test"];
|
||||
for krate in &krates {
|
||||
run_cargo_rustdoc_for(krate);
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
# stable release's version number. `date` is the date where the release we're
|
||||
# bootstrapping off was released.
|
||||
|
||||
date: 2021-03-26
|
||||
date: 2021-04-07
|
||||
rustc: beta
|
||||
|
||||
# We use a nightly rustfmt to format the source because it solves some
|
||||
|
Loading…
Reference in New Issue
Block a user