Work around async-global-executor bumping MSRV too early (#773)

This commit is contained in:
Paolo Barbolini
2022-05-30 17:01:40 +02:00
committed by GitHub
parent 1391a834ce
commit f9a4b5ba89

View File

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