1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

avoid dependency on older tokios

This commit is contained in:
Rob Ede
2021-10-11 05:12:57 +01:00
parent b03fe7c5b6
commit 9fa8d7fc5a
5 changed files with 9 additions and 11 deletions

View File

@ -1,5 +1,4 @@
[alias]
chk = "check --workspace --all-features --tests --examples --bins"
lint = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"