Skip to content

Commit 9bc922e

Browse files
Bump to 1.47
1 parent 4cd0ee9 commit 9bc922e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use build_helper::output;
1313
use crate::Build;
1414

1515
// The version number
16-
pub const CFG_RELEASE_NUM: &str = "1.46.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.47.0";
1717

1818
pub struct GitInfo {
1919
inner: Option<Info>,

src/stage0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.(x+1).0` for Cargo where they were released on `date`.
1414

15-
date: 2020-06-16
15+
date: 2020-07-16
1616
rustc: beta
1717
cargo: beta
1818

1919
# We use a nightly rustfmt to format the source because it solves some
2020
# bootstrapping issues with use of new syntax in this repo. If you're looking at
2121
# the beta/stable branch, this key should be omitted, as we don't want to depend
2222
# on rustfmt from nightly there.
23-
rustfmt: nightly-2020-04-22
23+
rustfmt: nightly-2020-07-12
2424

2525
# When making a stable release the process currently looks like:
2626
#

0 commit comments

Comments
 (0)