Skip to content

Commit 7121c80

Browse files
chore(deps): update jieba-rs requirement from 0.4 to 0.5
1 parent c39352d commit 7121c80

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.4", features = ["default-dict", "tfidf", "textrank"] }
11+
jieba-rs = { version = "0.5", features = ["default-dict", "tfidf", "textrank"] }
1212
napi-rs = { version = "0.3" }
1313
napi-rs-derive = { version = "0.2" }
1414
once_cell = "1.3"

0 commit comments

Comments
 (0)