Skip to content

Commit 01241bb

Browse files
author
Markus Westerlind
committed
Bump minimum rust version to 1.21
Necessary for `From<&[T]> for Arc<T>`
1 parent 49b6acd commit 01241bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: trusty
22
sudo: required
33
language: rust
44
rust:
5-
- 1.20.0
5+
- 1.21.0
66
- stable
77
- beta
88
- nightly

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ recommended for general use.
210210

211211
### Minimum Rust version policy
212212

213-
This crate's minimum supported `rustc` version is `1.20.0`.
213+
This crate's minimum supported `rustc` version is `1.21.0`.
214214

215215
The current **tentative** policy is that the minimum Rust version required
216216
to use this crate can be increased in minor version updates. For example, if

ci/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cargo doc --verbose
1313
# more frequently, and therefore might require a newer version of Rust.
1414
#
1515
# This isn't ideal. It's a compromise.
16-
if [ "$TRAVIS_RUST_VERSION" = "1.20.0" ]; then
16+
if [ "$TRAVIS_RUST_VERSION" = "1.21.0" ]; then
1717
exit
1818
fi
1919

0 commit comments

Comments
 (0)