Put Stream APIs behind unstable-stream feature

This commit is contained in:
Sean McArthur
2019-09-27 15:44:00 -07:00
parent 8e1a29ce1b
commit ebe57e10a3
7 changed files with 32 additions and 6 deletions

View File

@@ -47,6 +47,13 @@ matrix:
- rust: beta
env: FEATURES="--features json"
# optional unstable-stream
#- rust: stable
- rust: beta
env: FEATURES="--features unstable-stream"
# socks
#- rust: stable
# env: FEATURES="--features socks"