From 087e1e9c3156e22af1449e6d2185d42720882da2 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 8 Sep 2020 11:42:58 +0200 Subject: [PATCH] ci: skip async-std build on 1.40.0 async-mutex 1.3.0 broke our MSRV --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0df01cc..0d24d01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,7 @@ jobs: args: --no-default-features --features=builder,smtp-transport,file-transport,sendmail-transport - run: rm target/debug/deps/liblettre-* - uses: actions-rs/cargo@v1 + if: matrix.rust != '1.40.0' with: command: test args: --features=async-std1