Tokio 0.3 support (#485)

* Tokio 0.3 support

* Tokio 0.3 TLS support

* Tokio 0.3 sendmail transport

* Tokio 0.3 file transport

* Forgotten re-exports

* Tokio 0.3 examples

* fix tokio 0.2 file-transport

* It works
This commit is contained in:
Paolo Barbolini
2020-10-19 10:07:36 +02:00
committed by GitHub
parent 1ea562b15a
commit 697da9f7db
13 changed files with 488 additions and 48 deletions

View File

@@ -44,6 +44,10 @@ jobs:
with:
command: test
args: --features=tokio02
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=tokio03
check:
name: Check