Skip to content

Commit d4ad8b3

Browse files
author
Markus Westerlind
committed
Bump minimum rust version to 1.21
Needed for `From<&[T]> for Arc<T>`
1 parent a8f81a5 commit d4ad8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

0 commit comments

Comments
 (0)