Skip to content

Commit 9ffdd4a

Browse files
committed
feat(jieba): upgrade once_cell crate
1 parent 7468e6f commit 9ffdd4a

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
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
jieba-rs = {version = "0.6", features = ["default-dict", "tfidf", "textrank"]}
1212
napi = "1"
1313
napi-derive = "1"
14-
once_cell = "1.5"
14+
once_cell = "1.8"
1515

1616
[target.'cfg(all(target_arch = "x86_64", not(target_env = "musl")))'.dependencies]
1717
mimalloc = {version = "0.1"}

0 commit comments

Comments
 (0)