Exclude tokio from old compilers

It depends on things that are no longer supported on them.
This commit is contained in:
Michal 'vorner' Vaner
2021-01-24 13:38:10 +01:00
parent 8817869803
commit 62c59008dc
+1 -1
View File
@@ -8,7 +8,7 @@
set -ex
rm -f Cargo.lock
cargo build --all --exclude signal-hook-async-std --exclude signal-hook-sys
cargo build --all --exclude signal-hook-async-std --exclude signal-hook-tokio
if [ "$RUST_VERSION" = 1.36.0 ] ; then
exit