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 a5c1e4c commit f412b49Copy full SHA for f412b49
packages/jieba/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
8
crate-type = ["cdylib"]
9
10
[dependencies]
11
-jieba-rs = { version = "0.6.0-alpha.1", features = ["default-dict", "tfidf", "textrank"] }
+jieba-rs = { version = "0.6.0", features = ["default-dict", "tfidf", "textrank"] }
12
napi = { version = "0.4"}
13
napi-derive = { version = "0.4.2" }
14
once_cell = "1.4"
0 commit comments