File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use build_helper::output;
1313use crate :: Build ;
1414
1515// The version number
16- pub const CFG_RELEASE_NUM : & str = "1.38 .0" ;
16+ pub const CFG_RELEASE_NUM : & str = "1.39 .0" ;
1717
1818pub struct GitInfo {
1919 inner : Option < Info > ,
Original file line number Diff line number Diff line change 1212# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313# `0.x.0` for Cargo where they were released on `date`.
1414
15- date: 2019-07-04
15+ date: 2019-08-13
1616rustc: beta
1717cargo: beta
1818
@@ -25,7 +25,7 @@ cargo: beta
2525#
2626# This means that there's a small window of time (a few days) where artifacts
2727# are downloaded from dev-static.rust-lang.org instead of static.rust-lang.org.
28- # In order to ease this transition we have an extra key which is in the
28+ # In order to ease this transition we have an extra key which is in the
2929# configuration file below. When uncommented this will instruct the bootstrap.py
3030# script to download from dev-static.rust-lang.org.
3131#
You can’t perform that action at this time.
0 commit comments