diff options
author | John Hodge <tpg@mutabah.net> | 2019-10-27 11:20:44 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2019-10-27 11:21:48 +0800 |
commit | 0fb863f6fc7cd6714eeffe098a938795b6333595 (patch) | |
tree | def177e0483291d77664476d2015247d18d3d734 | |
parent | 8c691e5bf130f27fa623213780cdf5eeb1105b4f (diff) | |
download | mrust-0fb863f6fc7cd6714eeffe098a938795b6333595.tar.gz |
Update README for 1.29 support
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -18,9 +18,11 @@ Progress - (incomplete) x86 windows - (incomplete) x86-64 windows - Builds working copies of `rustc` and `cargo` from a release source tarball -- `rustc` bootstrap tested and validated + - Supports both rustc 1.19.0 and 1.29.0 +- `rustc` bootstrap tested and validated (1.19.0 validated once, 1.29.0 is repeatable) - See the script `TestRustcBootstrap.sh` for how this was done. + Getting Started =============== @@ -120,5 +122,5 @@ Medium-term -Note: All progress is against the source of rustc 1.19.0 +Note: All progress is against the source of rustc 1.19.0 AND rustc 1.29.0 |