We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63ac832 + 681f903 commit a69daf6Copy full SHA for a69daf6
Cargo.toml
@@ -26,8 +26,8 @@ rust-stemmers = { version = "1", optional = true }
26
serde = "1"
27
serde_derive = "1.0.34" # First verstion to support #[serde(flatten)]
28
serde_json = "1"
29
-strum = "0.15"
30
-strum_macros = "0.15"
+strum = "0.16"
+strum_macros = "0.16"
31
jieba-rs = "0.4.10"
32
33
[features]
0 commit comments