From 62c59008dc6e5ac8a68857a25d8cd0677827ae98 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Sun, 24 Jan 2021 13:38:10 +0100 Subject: [PATCH] Exclude tokio from old compilers It depends on things that are no longer supported on them. --- ci-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-check.sh b/ci-check.sh index 2525f93..05879b6 100755 --- a/ci-check.sh +++ b/ci-check.sh @@ -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