ci: remove async-global-executor workaround (#870)

This commit is contained in:
Paolo Barbolini
2023-04-02 11:30:50 +02:00
committed by GitHub
parent 89673d0eb2
commit 2bfc759aa3

View File

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