Merge pull request #960 from integer32llc/update-min-rust-version

Update specified minimum Rust version and test it in travis
This commit is contained in:
Eric Huss 2019-06-20 19:59:15 -07:00 committed by GitHub
commit d73504eb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly - rust: nightly
env: TARGET=x86_64-unknown-linux-gnu env: TARGET=x86_64-unknown-linux-gnu
- rust: 1.34.0 # Minimum required Rust version
env: TARGET=x86_64-unknown-linux-gnu
- rust: stable - rust: stable
os: osx os: osx

View File

@ -41,7 +41,7 @@ There are multiple ways to install mdBook.
2. **From Crates.io** 2. **From Crates.io**
This requires at least [Rust] 1.20 and Cargo to be installed. Once you have installed This requires at least [Rust] 1.34 and Cargo to be installed. Once you have installed
Rust, type the following in the terminal: Rust, type the following in the terminal:
``` ```