use same encoded-words as deltachat/rust-email (#3549)

* use same encoded-words as deltachat/rust-email

* test `cargo vendor` in CI
This commit is contained in:
Robert Schütz
2022-08-18 13:36:58 +00:00
committed by GitHub
parent fdf91b772e
commit 8be5ca6c30
3 changed files with 183 additions and 191 deletions

View File

@@ -116,6 +116,11 @@ jobs:
command: test
args: --all
- name: test cargo vendor
uses: actions-rs/cargo@v1
with:
command: vendor
- name: install python
if: ${{ matrix.python }}
uses: actions/setup-python@v4