Skip to content

Commit e9b3a01

Browse files
Bump to 1.39
1 parent 60960a2 commit e9b3a01

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.38.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.39.0";
1717

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

src/stage0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1616
rustc: beta
1717
cargo: 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
#

0 commit comments

Comments
 (0)