From 46f4dedb32de1250ef4d39cc5c929443e0ac196e Mon Sep 17 00:00:00 2001 From: Spencer Date: Sat, 23 Mar 2024 23:58:12 +0000 Subject: [PATCH] Update Cargo.toml Co-authored-by: neon_arch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] }