Skip to content

Commit

Permalink
Bump to 1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 16, 2020
1 parent 6ee1b62 commit 6c50ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down
4 changes: 2 additions & 2 deletions src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
# 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

# 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-04-22
rustfmt: nightly-2020-07-12

# When making a stable release the process currently looks like:
#
Expand Down

0 comments on commit 6c50ae8

Please sign in to comment.