Skip to content

Commit 15a07a8

Browse files
Use released stable for beta
1 parent 72bfc37 commit 15a07a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stage0.txt

+3-3
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-08-13
15+
date: 2019-08-15
1616
rustc: 1.37.0
1717
cargo: 0.38.0
1818

@@ -25,7 +25,7 @@ cargo: 0.38.0
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
#
@@ -34,4 +34,4 @@ cargo: 0.38.0
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
dev: 1
37+
#dev: 1

0 commit comments

Comments
 (0)