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 d1e5e13 commit aa5ce0cCopy full SHA for aa5ce0c
Cargo.toml
@@ -11,7 +11,7 @@ resolver = "2"
11
crc32fast = { version = "1.4", features = ["nightly"] }
12
global_alloc = { path = "./crates/alloc" }
13
indexmap = { version = "2", features = ["serde"] }
14
- jieba-rs = { version = "0.7", default-features = false, features = ["tfidf", "textrank"] }
+ jieba-rs = { version = "0.8", default-features = false, features = ["tfidf", "textrank"] }
15
jsonwebtoken = { version = "9" }
16
mimalloc = "0.1"
17
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3"] }
0 commit comments