Skip to content

Commit

Permalink
Change minimum supported Rust version to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed May 19, 2019
1 parent f32ac1c commit 71f09ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ cache:

matrix:
include:
- rust: 1.23.0
- rust: 1.26.0
env: PROTOBUF_VERSION=3.5.1
- rust: stable
env: PROTOBUF_VERSION=3.5.1
- rust: beta
env: PROTOBUF_VERSION=3.5.1
- rust: 1.23.0
- rust: 1.26.0
env: PROTOBUF_VERSION=3.5.1 RUST_PROTOBUF_FEATURES=with-bytes,with-serde
- rust: stable
env: PROTOBUF_VERSION=3.5.1 RUST_PROTOBUF_FEATURES=with-bytes
Expand Down

0 comments on commit 71f09ae

Please sign in to comment.