diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2018-06-28 00:19:16 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2018-06-28 00:22:25 -0500 |
commit | 70fcdf3230151a5153cc732425c0009b3dc80232 (patch) | |
tree | b7fe19bf1256179350574108f5aa648766853a9f | |
parent | README: expand usage instructions (diff) | |
download | cargo-ebuild-70fcdf3230151a5153cc732425c0009b3dc80232.tar.gz cargo-ebuild-70fcdf3230151a5153cc732425c0009b3dc80232.tar.bz2 cargo-ebuild-70fcdf3230151a5153cc732425c0009b3dc80232.zip |
bump minimum supported version to 1.26.0
Bump the minimum supported version to 1.26.0 as there are significant
language improvements that would be nice to use and a number of
potential dependent crates want a newer Rust so for this cycle the
version will be bumped.
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index af1c309..0ce764c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: - nightly - beta - stable -- 1.17.0 # minimum supported version (due to unicode-bidi breakage) +- 1.26.0 # minimum supported version (based on features) matrix: allow_failures: - rust: nightly @@ -1,7 +1,7 @@ # cargo-ebuild [![Build Status](https://travis-ci.org/cardoe/cargo-ebuild.svg?branch=master)](https://travis-ci.org/cardoe/cargo-ebuild) -[![Rust version]( https://img.shields.io/badge/rust-1.17+-blue.svg)]() +[![Rust version]( https://img.shields.io/badge/rust-1.26-blue.svg)]() [![Latest Version](https://img.shields.io/crates/v/cargo-ebuild.svg)](https://crates.io/crates/cargo-ebuild) [![All downloads](https://img.shields.io/crates/d/cargo-ebuild.svg)](https://crates.io/crates/cargo-ebuild) [![Downloads of latest version](https://img.shields.io/crates/dv/cargo-ebuild.svg)](https://crates.io/crates/cargo-ebuild) |