Skip to content

Commit ddf78f9

Browse files
committed
Enable another minimal-versions lint
1 parent b048f7e commit ddf78f9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/dbl.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
targets: ${{ matrix.target }}
4646
- run: cargo build --target ${{ matrix.target }}
4747

48-
# TODO(tarcieri): disabled until it can be made compatible with workspace-level lints
49-
# minimal-versions:
50-
# uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
51-
# with:
52-
# working-directory: ${{ github.workflow }}
48+
minimal-versions:
49+
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
50+
with:
51+
working-directory: ${{ github.workflow }}
5352

5453
test:
5554
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)