quickmatch 0.5.0

Lightning-fast fuzzy string matching with hybrid word and trigram indexing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Check outdated dependencies

on:
  schedule:
    - cron: '0 9 * * *'
  workflow_dispatch:

jobs:
  outdated:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - run: cargo install cargo-outdated
      - run: cargo outdated --exit-code 1 --depth 1