Remove tokio-tls from master (#2497)

This commit is contained in:
Lucio Franco
2020-05-06 17:30:01 -04:00
committed by GitHub
parent 13e2a366de
commit 66fef4a9bc
16 changed files with 3 additions and 1470 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ jobs:
# Always patch
- template: azure-patch-crates.yml
- script: cross check --all --exclude tokio-tls --target $(target)
- script: cross check --all --target $(target)
displayName: Check source
# - script: cross check --tests --all --exclude tokio-tls --target $(target)
# - script: cross check --tests --all --target $(target)
# displayName: Check tests
-1
View File
@@ -4,5 +4,4 @@
tokio = { path = "tokio" }
tokio-macros = { path = "tokio-macros" }
tokio-test = { path = "tokio-test" }
tokio-tls = { path = "tokio-tls" }
tokio-util = { path = "tokio-util" }