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.
1 parent c39352d commit 7121c80Copy full SHA for 7121c80
packages/jieba/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
8
crate-type = ["cdylib"]
9
10
[dependencies]
11
-jieba-rs = { version = "0.4", features = ["default-dict", "tfidf", "textrank"] }
+jieba-rs = { version = "0.5", features = ["default-dict", "tfidf", "textrank"] }
12
napi-rs = { version = "0.3" }
13
napi-rs-derive = { version = "0.2" }
14
once_cell = "1.3"
0 commit comments