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 bd3457a commit 9252fd4Copy full SHA for 9252fd4
1 file changed
Cargo.toml
@@ -19,7 +19,7 @@ crc32c = { version = "0.6" }
19
crc32fast = { version = "1.4", features = ["nightly"] }
20
global_alloc = { path = "./crates/alloc" }
21
indexmap = { version = "2", features = ["serde"] }
22
-jieba-rs = { version = "0.8", default-features = false, features = ["tfidf", "textrank"] }
+jieba-rs = { version = "0.9", default-features = false, features = ["tfidf", "textrank"] }
23
jsonwebtoken = { version = "10", features = ["rust_crypto"] }
24
mimalloc-safe = "0.1"
25
napi = { version = "3", default-features = false, features = ["napi3"] }
0 commit comments