Add tokio ^0.2 support (#440)

* Use fs::write for writing files
* Fix running tests without tokio
This commit is contained in:
Paolo Barbolini
2020-07-26 17:11:54 +02:00
committed by GitHub
parent df6169bc98
commit 2173bc5f43
9 changed files with 187 additions and 15 deletions

View File

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