Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump minimum rust version to 1.21
Necessary for `From<&[T]> for Arc<T>`
  • Loading branch information
Markus Westerlind committed Nov 7, 2018
commit f7a5b10fd20a3abe353f964da53f265e7b449cd3
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 @@ -210,7 +210,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
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This is the main CI script for testing the regex crate and its sub-crates.

set -ex
MSRV="1.20.0"
MSRV="1.21.0"

# If we're building on 1.20, then lazy_static 1.2 will fail to build since it
# updated its MSRV to 1.24.1. In this case, we force the use of lazy_static 1.1
Expand Down