-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated fst version to 0.4 and moved to edition 2018
- Loading branch information
1 parent
fa10f41
commit c56f51f
Showing
4 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[package] | ||
name = "levenshtein_automata" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
authors = ["Paul Masurel <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
categories = ["text-processing"] | ||
description = """Creates Levenshtein Automata in an efficient manner.""" | ||
|
@@ -12,7 +13,7 @@ readme = "README.md" | |
keywords = ["levenshtein", "automaton", "automata", "fuzzy"] | ||
|
||
[dependencies] | ||
fst = {version="0.3", optional=true, default-features=false} | ||
fst = {version="0.4", optional=true, default-features=false} | ||
|
||
[dev-dependencies] | ||
levenshtein = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters