Skip to content

Commit f412b49

Browse files
committed
feat(jieba): bump to stable jieba-rs
1 parent a5c1e4c commit f412b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jieba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
jieba-rs = { version = "0.6.0-alpha.1", features = ["default-dict", "tfidf", "textrank"] }
11+
jieba-rs = { version = "0.6.0", features = ["default-dict", "tfidf", "textrank"] }
1212
napi = { version = "0.4"}
1313
napi-derive = { version = "0.4.2" }
1414
once_cell = "1.4"

0 commit comments

Comments
 (0)