Bump to 1.47

This commit is contained in:
Mark Rousskov 2020-07-16 09:03:25 -04:00
parent 6ee1b62c81
commit 6c50ae898b
2 changed files with 3 additions and 3 deletions

View File

@ -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>,

View File

@ -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:
#