Skip to content

Update tantivy requirement from 0.19.2 to 0.22.0 #369

Update tantivy requirement from 0.19.2 to 0.22.0

Update tantivy requirement from 0.19.2 to 0.22.0 #369

Workflow file for this run

on: push
name: Annotate code
jobs:
clippy_check:
name: Annotate code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features