Skip to content

Commit

Permalink
stage0: use production artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Aug 24, 2020
1 parent 847c2ad commit c05d8ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
# `0.(x+1).0` for Cargo where they were released on `date`.

date: 2020-07-13
rustc: 1.45.0
cargo: 0.46.0
date: 2020-08-03
rustc: 1.45.2
cargo: 0.46.1

# We use a nightly rustfmt to format the source because it solves some
# bootstrapping issues with use of new syntax in this repo. If you're looking at
Expand All @@ -40,4 +40,4 @@ cargo: 0.46.0
# looking at a beta source tarball and it's uncommented we'll shortly comment it
# out.

dev: 1
#dev: 1

0 comments on commit c05d8ae

Please sign in to comment.