summaryrefslogtreecommitdiff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-10-31 11:53:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-10-31 11:53:50 -0700
commitd0060d72e5b0f6ff2537808ff090b7fb96c3d10a (patch)
treef68b873b1bf64e6987c49c6ffa98e1d08a86f1e9 /src/bootstrap
parentde9666f123e800d5fc34210f23127aa6a5d6e4ef (diff)
downloadrust-d0060d72e5b0f6ff2537808ff090b7fb96c3d10a.tar.gz
Bump nightly to 1.32.0
* Also update the bootstrap compiler * Update cargo to 1.32.0 * Clean out stage0 annotations
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 91bec69cfa4..88b6925b2b1 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
use config::Config;
// The version number
-pub const CFG_RELEASE_NUM: &str = "1.31.0";
+pub const CFG_RELEASE_NUM: &str = "1.32.0";
pub struct GitInfo {
inner: Option<Info>,