ci: fix MSRV job (#905)
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -112,6 +112,12 @@ jobs:
|
|||||||
- name: Install dkimverify
|
- name: Install dkimverify
|
||||||
run: sudo apt -y install python3-dkim
|
run: sudo apt -y install python3-dkim
|
||||||
|
|
||||||
|
- name: Work around early dependencies MSRV bump
|
||||||
|
run: |
|
||||||
|
cargo update -p anstyle --precise 1.0.2
|
||||||
|
cargo update -p clap --precise 4.3.24
|
||||||
|
cargo update -p clap_lex --precise 0.5.0
|
||||||
|
|
||||||
- name: Test with no default features
|
- name: Test with no default features
|
||||||
run: cargo test --no-default-features
|
run: cargo test --no-default-features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user