Require a current Rust version.

Rust 1.12 did work at one point, but Travis is testing against the
current stable and beta releases, so that is the only versions we can
claim to support.

Fixes #51.
This commit is contained in:
Jakob Stoklund Olesen
2017-02-27 15:03:06 -08:00
parent 077f39d8da
commit 8616db60dc

View File

@@ -42,8 +42,9 @@ Building Cretonne
-----------------
Cretonne is using the Cargo package manager format. First, ensure you have
installed `rust 1.12.0` or above. Then, change the working directory to your
clone of cretonne and run::
installed a current stable rust (stable, beta, and nightly should all work, but
only stable and beta are tested consistently). Then, change the working
directory to your clone of cretonne and run::
cargo build