From cdacfce90134f02a9e63faaa63736ae05223d1b0 Mon Sep 17 00:00:00 2001 From: b9Joker108 <147242971+b9Joker108@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:50:26 +1100 Subject: [PATCH] Update Cargo.toml with mlua dependency and features for successful build as per my manual build on an aarch64 proot-distro alias of Debian in an unrooted Termux host. NOTE: This is soon to be my first official OS commit and soon to be my first official pull request. (#898) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b442446..0334b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ minijinja = { version = "2.4.0", features = [ "custom_syntax", "loop_controls", ] } -mlua = { version = "0.10.0", features = ["module", "serialize"] } +mlua = { version = "0.10.0", features = ["lua54", "module", "serialize"], default-features = false } tiktoken-rs = { version = "0.6.0" } tokenizers = { version = "0.20.0", features = [ "esaxx_fast",