diff options
author | 2019-06-06 14:29:35 -0700 | |
---|---|---|
committer | 2019-06-06 14:29:35 -0700 | |
commit | 654a11c84cc1bf14130acb290cdc6111f3a1daf3 (patch) | |
tree | eaa01813811cdac9170c65619be2d952b41fc570 | |
parent | 5759211ff81c3601015a0c0dad96f9366965446c (diff) | |
download | bytes-654a11c84cc1bf14130acb290cdc6111f3a1daf3.tar.gz bytes-654a11c84cc1bf14130acb290cdc6111f3a1daf3.tar.zst bytes-654a11c84cc1bf14130acb290cdc6111f3a1daf3.zip |
bump CI minimum Rust to 1.27 for 'dyn' keyword
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7acf37f..e43287a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: # # This job will also build and deploy the docs to gh-pages. - env: TARGET=x86_64-unknown-linux-gnu - rust: 1.26.0 + rust: 1.27.0 after_success: - | pip install 'travis-cargo<0.2' --user && |