From 1f22d1dded5eb5363f222a733d123b37010cd5fe Mon Sep 17 00:00:00 2001 From: Markus Westerlind Date: Mon, 8 Oct 2018 16:19:57 +0200 Subject: [PATCH] Bump minimum rust version to 1.21 Needed for `From<&[T]> for Arc` --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad17f0eee0..2e39ca4349 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: required language: rust rust: -- 1.20.0 +- 1.21.0 - stable - beta - nightly diff --git a/README.md b/README.md index e4a0b96abd..82da59bd20 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ recommended for general use. ### Minimum Rust version policy -This crate's minimum supported `rustc` version is `1.20.0`. +This crate's minimum supported `rustc` version is `1.21.0`. The current **tentative** policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if