Skip to content

Commit b7b8a07

Browse files
fix(deps): update rust crate jieba-rs to 0.7
1 parent 04ce504 commit b7b8a07

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
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
global_alloc = { path = "../../crates/alloc" }
12-
jieba-rs = { version = "0.6", features = ["default-dict", "tfidf", "textrank"] }
12+
jieba-rs = { version = "0.7", features = ["default-dict", "tfidf", "textrank"] }
1313
napi = { version = "2", default-features = false, features = ["napi3"] }
1414
napi-derive = { version = "2" }
1515
once_cell = "1"

0 commit comments

Comments
 (0)