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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user