Skip to content

Commit c05d8ae

Browse files
committed
stage0: use production artifacts
1 parent 847c2ad commit c05d8ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/stage0.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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-07-13
16-
rustc: 1.45.0
17-
cargo: 0.46.0
15+
date: 2020-08-03
16+
rustc: 1.45.2
17+
cargo: 0.46.1
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
@@ -40,4 +40,4 @@ cargo: 0.46.0
4040
# looking at a beta source tarball and it's uncommented we'll shortly comment it
4141
# out.
4242

43-
dev: 1
43+
#dev: 1

0 commit comments

Comments
 (0)