From f9a4b5ba897eb69210bdd44a0f34f176a2ec377f Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 30 May 2022 17:01:40 +0200 Subject: [PATCH] Work around async-global-executor bumping MSRV too early (#773) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 563c4ab..de28747 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -124,6 +124,9 @@ jobs: - name: Install dkimverify run: sudo apt -y install python3-dkim + - name: Work around early dependencies MSRV bump + run: cargo update -p async-global-executor --precise 2.0.4 + - name: Test with no default features run: cargo test --no-default-features