From 2bfc759aa327ee8d23f5ce79b6d186b7a038a878 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 2 Apr 2023 11:30:50 +0200 Subject: [PATCH] ci: remove async-global-executor workaround (#870) --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e538b35..8597ca2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,9 +112,6 @@ 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