about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-07-16 09:03:25 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2020-07-16 19:36:49 -0400
commit6c50ae898b259ba2b4f730ed2e40d9efa3db221b (patch)
tree51a0274372da301131da3ffb3627baa8e30e1cd6
parent6ee1b62c811a6eb68d6db6dfb91f66a49956749b (diff)
downloadrust-6c50ae898b259ba2b4f730ed2e40d9efa3db221b.tar.gz
rust-6c50ae898b259ba2b4f730ed2e40d9efa3db221b.zip
Bump to 1.47
-rw-r--r--src/bootstrap/channel.rs2
-rw-r--r--src/stage0.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index a4115904ac7..51a9b0e0a52 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -13,7 +13,7 @@ use build_helper::output;
 use crate::Build;
 
 // The version number
-pub const CFG_RELEASE_NUM: &str = "1.46.0";
+pub const CFG_RELEASE_NUM: &str = "1.47.0";
 
 pub struct GitInfo {
     inner: Option<Info>,
diff --git a/src/stage0.txt b/src/stage0.txt
index 769ec669bdc..4234ce4bac0 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -12,7 +12,7 @@
 # source tarball for a stable release you'll likely see `1.x.0` for rustc and
 # `0.(x+1).0` for Cargo where they were released on `date`.
 
-date: 2020-06-16
+date: 2020-07-16
 rustc: beta
 cargo: beta
 
@@ -20,7 +20,7 @@ cargo: beta
 # bootstrapping issues with use of new syntax in this repo. If you're looking at
 # the beta/stable branch, this key should be omitted, as we don't want to depend
 # on rustfmt from nightly there.
-rustfmt: nightly-2020-04-22
+rustfmt: nightly-2020-07-12
 
 # When making a stable release the process currently looks like:
 #