Skip to content

Commit

Permalink
Update min version to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Jul 26, 2019
1 parent c6452d3 commit 6709350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sudo: false

matrix:
include:
- rust: 1.32.0
env: DESCRIPTION="Linux, 1.32.0"
- rust: 1.33.0
env: DESCRIPTION="Linux, 1.33.0"
os: linux

- rust: 1.32.0
env: DESCRIPTION="OSX, 1.32.0"
- rust: 1.33.0
env: DESCRIPTION="OSX, 1.33.0"
os: osx

- rust: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ one of the following features must be enabled:

## Minimum Supported Rust Version

This crate requires Rust 1.32.0 or later.
This crate requires Rust 1.33.0 or later.


# License
Expand Down

0 comments on commit 6709350

Please sign in to comment.