Skip to content

Commit

Permalink
Minimum version for rust-protobuf 2.7 is 1.27
Browse files Browse the repository at this point in the history
Rust 1.27 stabilizes `dyn Trait` syntax which is a warning if not
used in nightly rust.
  • Loading branch information
stepancheg committed Jun 8, 2019
1 parent d5d5243 commit f51811e
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.26.0
- rust: 1.27.2
env: PROTOBUF_VERSION=3.5.1
- rust: stable
env: PROTOBUF_VERSION=3.5.1
- rust: beta
env: PROTOBUF_VERSION=3.5.1
- rust: 1.26.0
- rust: 1.27.2
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 f51811e

Please sign in to comment.