2016-04-13 13:18:35 -05:00
|
|
|
# This file describes the stage0 compiler that's used to then bootstrap the Rust
|
|
|
|
# compiler itself. For the rustbuild build system, this also describes the
|
|
|
|
# relevant Cargo revision that we're using.
|
|
|
|
#
|
2016-12-17 20:12:18 -06:00
|
|
|
# Currently Rust always bootstraps from the previous stable release, and in our
|
2016-04-13 13:18:35 -05:00
|
|
|
# train model this means that the master branch bootstraps from beta, beta
|
|
|
|
# bootstraps from current stable, and stable bootstraps from the previous stable
|
|
|
|
# release.
|
|
|
|
#
|
|
|
|
# If you're looking at this file on the master branch, you'll likely see that
|
|
|
|
# rustc bootstraps from `beta-$date`, whereas if you're looking at a source
|
|
|
|
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
|
|
|
|
# released on `$date`
|
|
|
|
|
2017-02-01 17:57:50 -06:00
|
|
|
rustc: beta-2017-02-01
|
2017-02-03 19:12:58 -06:00
|
|
|
cargo: 407edef22e894266eb562618cba5ca9757051946
|