File tree 2 files changed +3
-3
lines changed
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;
13
13
use crate :: Build ;
14
14
15
15
// The version number
16
- pub const CFG_RELEASE_NUM : & str = "1.38 .0" ;
16
+ pub const CFG_RELEASE_NUM : & str = "1.39 .0" ;
17
17
18
18
pub struct GitInfo {
19
19
inner : Option < Info > ,
Original file line number Diff line number Diff line change 12
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
13
# `0.x.0` for Cargo where they were released on `date`.
14
14
15
- date: 2019-07-04
15
+ date: 2019-08-13
16
16
rustc: beta
17
17
cargo: beta
18
18
@@ -25,7 +25,7 @@ cargo: beta
25
25
#
26
26
# This means that there's a small window of time (a few days) where artifacts
27
27
# 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
29
29
# configuration file below. When uncommented this will instruct the bootstrap.py
30
30
# script to download from dev-static.rust-lang.org.
31
31
#
You can’t perform that action at this time.
0 commit comments