Skip to content

Commit

Permalink
Bump minimum rust version to 1.21
Browse files Browse the repository at this point in the history
Needed for `From<&[T]> for Arc<T>`
  • Loading branch information
Markus Westerlind committed Oct 8, 2018
1 parent 479fa25 commit 1f22d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: trusty
sudo: required
language: rust
rust:
- 1.20.0
- 1.21.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f22d1d

Please sign in to comment.