Skip to content

Commit

Permalink
fix/hunspell: bump hunspell to v0.3.0, assure hunspell is bundled
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
drahnr committed Jul 10, 2020
1 parent 323d344 commit 012e9be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 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 @@ -40,7 +40,7 @@ isolang = { version = "1", features = ["serde_serialize"] }
url = { version = "2", features = ["serde"] }

# dictionary
hunspell-rs = { version = "0.2", optional = true }
hunspell-rs = { version = "0.3", default-features=false, optional = true }

# full grammar check
languagetool-rs = { version = "0.1", package = "languagetool", optional = true }
Expand All @@ -54,6 +54,6 @@ console = "0.11"
default = ["hunspell"]

languagetool = ["languagetool-rs"]
hunspell = ["hunspell-rs"]
hunspell = ["hunspell-rs/bundled"]

all = ["hunspell", "languagetool"]

0 comments on commit 012e9be

Please sign in to comment.