about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-01-31 12:25:38 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2020-01-31 12:31:09 -0500
commitff95473b5e8fe4a25f59778e6a071abc026e6447 (patch)
treefd20f86c4707e184b8454e0fb80086c483cbe281
parentb613b0cb3641a7a5be74471e8e5963e52adf30ea (diff)
downloadrust-ff95473b5e8fe4a25f59778e6a071abc026e6447.tar.gz
rust-ff95473b5e8fe4a25f59778e6a071abc026e6447.zip
Bump rustfmt and stage0
-rw-r--r--src/bootstrap/channel.rs2
-rw-r--r--src/stage0.txt11
2 files changed, 7 insertions, 6 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 38810237ef9..504cba45570 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.42.0";
+pub const CFG_RELEASE_NUM: &str = "1.43.0";
 
 pub struct GitInfo {
     inner: Option<Info>,
diff --git a/src/stage0.txt b/src/stage0.txt
index 494944720d9..14bffbadc06 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -12,14 +12,15 @@
 # source tarball for a stable release you'll likely see `1.x.0` for rustc and
 # `0.x.0` for Cargo where they were released on `date`.
 
-date: 2019-12-18
+date: 2020-01-30
 rustc: beta
 cargo: beta
 
-# We use a nightly rustfmt to format the source because it solves some 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-2019-12-18
+# We use a nightly rustfmt to format the source because it solves some
+# 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-01-31
 
 # When making a stable release the process currently looks like:
 #