Re-enable tokio-rustls now that it has a stable release (#429)

This commit is contained in:
Alex Gaynor
2019-12-01 12:04:00 -06:00
committed by Lucio Franco
parent 4398e169e8
commit e7e75bf117
3 changed files with 7 additions and 12 deletions

View File

@@ -47,9 +47,9 @@ jobs:
# TODO: Change it to stable after Rust 1.38 release
run: ./ci/h2spec.sh
if: matrix.rust == 'nightly'
#- name: Check minimal versions
# run: cargo clean; cargo update -Zminimal-versions; cargo check
# if: matrix.rust == 'nightly'
- name: Check minimal versions
run: cargo clean; cargo update -Zminimal-versions; cargo check
if: matrix.rust == 'nightly'
publish_docs:
name: Publish Documentation