Skip to content

Commit

Permalink
Bump minimum supported rustc to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
luser committed Jul 11, 2018
1 parent 9e92e99 commit 4395196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
- os: osx

# rustc version compat
- rust: 1.22.0 # oldest supported version, keep in sync with README.md
- rust: 1.27.0 # oldest supported version, keep in sync with README.md
- rust: beta
- rust: nightly

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Table of Contents (ToC)
Build Requirements
------------------

Sccache is a [Rust](https://www.rust-lang.org/) program. Building it requires `cargo` (and thus `rustc`). sccache currently requires **Rust 1.22**.
Sccache is a [Rust](https://www.rust-lang.org/) program. Building it requires `cargo` (and thus `rustc`). sccache currently requires **Rust 1.27**.

We recommend you install Rust via [Rustup](https://rustup.rs/). The generated binaries can be built so that they are very [portable](#building-portable-binaries). By default `sccache` supports a local disk cache. To build `sccache` with support for `S3` and/or `Redis` cache backends, add `--features=all` or select a specific feature by passing `s3`, `gcs`, and/or `redis`. Refer the [Cargo Documentation](http://doc.crates.io/manifest.html#the-features-section) for details.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for:
target: x86_64-pc-windows-msvc
- channel: nightly
target: x86_64-pc-windows-msvc
- channel: 1.22.0 # Oldest supported version. Keep in sync with README.md.
- channel: 1.27.0 # Oldest supported version. Keep in sync with README.md.
target: x86_64-pc-windows-msvc
# Build a release build on master to make sure it builds.
- channel: stable
Expand Down

0 comments on commit 4395196

Please sign in to comment.