Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: andylokandy <[email protected]>
  • Loading branch information
andylokandy committed Feb 25, 2020
1 parent 9594546 commit a0a7b35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 65 deletions.
67 changes: 4 additions & 63 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.1.4"
version = "0.2.0"
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 All @@ -16,7 +16,7 @@ keywords = ["fuzzy", "search", "lightweight", "pattern", "strsim"]
categories = ["algorithms", "text-processing"]

[dependencies]
strsim = "0.9.1"
strsim = "0.10"

[dev-dependencies]
json = "0.11.13"
Expand Down

0 comments on commit a0a7b35

Please sign in to comment.