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 7468e6f commit 9ffdd4aCopy full SHA for 9ffdd4a
packages/jieba/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
jieba-rs = {version = "0.6", features = ["default-dict", "tfidf", "textrank"]}
12
napi = "1"
13
napi-derive = "1"
14
-once_cell = "1.5"
+once_cell = "1.8"
15
16
[target.'cfg(all(target_arch = "x86_64", not(target_env = "musl")))'.dependencies]
17
mimalloc = {version = "0.1"}
0 commit comments