Revert "Update Cargo.toml with mlua dependency and features for successful bu…" (#1245)

This reverts commit cdacfce90134f02a9e63faaa63736ae05223d1b0.
This commit is contained in:
yetone 2025-02-11 15:56:11 +08:00 committed by GitHub
parent b73b3d7888
commit 3305bdb769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ minijinja = { version = "2.4.0", features = [
"custom_syntax", "custom_syntax",
"loop_controls", "loop_controls",
] } ] }
mlua = { version = "0.10.0", features = ["lua54", "module", "serialize"], default-features = false } mlua = { version = "0.10.0", features = ["module", "serialize"] }
tiktoken-rs = { version = "0.6.0" } tiktoken-rs = { version = "0.6.0" }
tokenizers = { version = "0.20.0", features = [ tokenizers = { version = "0.20.0", features = [
"esaxx_fast", "esaxx_fast",