1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

migrate to doc_auto_cfg

This commit is contained in:
Rob Ede
2023-04-09 19:41:57 +01:00
parent 111d95eaea
commit f37c93a2a8
11 changed files with 25 additions and 41 deletions

View File

@ -4,8 +4,7 @@ on:
pull_request: {}
push: { branches: [master] }
permissions:
contents: read # to fetch code (actions/checkout)
permissions: { contents: read }
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -45,7 +44,8 @@ jobs:
with:
toolchain: ${{ matrix.version }}
- uses: taiki-e/cache-cargo-install-action@v1
- name: Install cargo-hack
uses: taiki-e/cache-cargo-install-action@v1
with: { tool: cargo-hack }
- name: workaround MSRV issues
@ -97,10 +97,8 @@ jobs:
with:
toolchain: ${{ matrix.version }}
- uses: taiki-e/cache-cargo-install-action@v1
with: { tool: cargo-hack }
- uses: taiki-e/cache-cargo-install-action@v1
- name: Install cargo-hack
uses: taiki-e/cache-cargo-install-action@v1
with: { tool: cargo-hack }
- name: workaround MSRV issues