ci: skip async-std build on 1.40.0

async-mutex 1.3.0 broke our MSRV
This commit is contained in:
Paolo Barbolini
2020-09-08 11:42:58 +02:00
parent 69d48c4be7
commit 087e1e9c31

View File

@@ -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