add hyper-011 cargo feature to ease migration

This commit is contained in:
Sean McArthur
2018-08-15 16:47:02 -07:00
parent 73a15ba13b
commit e182c416c9
5 changed files with 62 additions and 1 deletions

View File

@@ -14,6 +14,13 @@ matrix:
- rust: nightly
env: FEATURES=""
- rust: stable
env: FEATURES="--features hyper-011"
- rust: beta
env: FEATURES="--features hyper-011"
- rust: nightly
env: FEATURES="--features hyper-011"
# minimum version
- rust: 1.21.0
script: cargo build