Changes between Initial Version and Version 1 of Ticket #62655, comment 20


Ignore:
Timestamp:
Apr 21, 2021, 4:30:27 PM (3 years ago)
Author:
herbygillot (Herby Gillot)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62655, comment 20

    initial v1  
    5151The way that Rust works, the previous release version is used to build the most recent release.
    5252
    53 So to build release **1.51.0**, version **1.50.0** is used.  The build is a multi-phase process where the most recent compiler and standard lib is built using the previous version, the the resulting compiler (latest release) is then in turn used to build the most recent standard lib and companion utilities.
     53So to build release **1.51.0**, version **1.50.0** is used.  The build is a multi-phase process where the previous version Rust compiler, stdlib and cargo are used to build the latest Rust compiler, then that resulting compiler is then used to build the most recent standard lib and companion utilities.