Skip to content

Commit 1f22d1d

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

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
@@ -208,7 +208,7 @@ recommended for general use.
208208

209209
### Minimum Rust version policy
210210

211-
This crate's minimum supported `rustc` version is `1.20.0`.
211+
This crate's minimum supported `rustc` version is `1.21.0`.
212212

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

0 commit comments

Comments
 (0)