diff --git a/Cargo.toml b/Cargo.toml index c23c821..a293060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ stop-words = { version = "0.8.0", default-features = false, features = [ "iso", ]} thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [ - "wordnet", + "moby", "static", ] }