From 3305bdb76911f4388a8157f9988b02d26336ab4d Mon Sep 17 00:00:00 2001 From: yetone Date: Tue, 11 Feb 2025 15:56:11 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20Cargo.toml=20with=20mlua=20d?= =?UTF-8?q?ependency=20and=20features=20for=20successful=20bu=E2=80=A6"=20?= =?UTF-8?q?(#1245)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cdacfce90134f02a9e63faaa63736ae05223d1b0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0334b54..b442446 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 = ["lua54", "module", "serialize"], default-features = false } +mlua = { version = "0.10.0", features = ["module", "serialize"] } tiktoken-rs = { version = "0.6.0" } tokenizers = { version = "0.20.0", features = [ "esaxx_fast",