Skip to content

Commit

Permalink
Increase min Rust version to 1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Apr 21, 2019
1 parent 61c6a3d commit 08466a4
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 @@ sudo: false
language: rust

rust:
- 1.27.2
- 1.32.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- TOOLCHAIN: 1.27.2
- TOOLCHAIN: 1.32.0
- TOOLCHAIN: stable
- TOOLCHAIN: beta
- TOOLCHAIN: nightly
Expand Down

0 comments on commit 08466a4

Please sign in to comment.