Skip to content

Commit

Permalink
bump 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Feb 6, 2023
1 parent 7d7f9df commit 5cd7020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Tests
- name: Benchmark
run: |
cargo bench --verbose
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["andylokandy <[email protected]>"]
edition = "2018"
name = "simsearch"
version = "0.2.3"
version = "0.2.4"
license = "MIT/Apache-2.0"

description = "A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here)."
Expand Down

0 comments on commit 5cd7020

Please sign in to comment.