From 1064cc8002791550f4fb41940805c514bcecccfa Mon Sep 17 00:00:00 2001 From: zimuya4153 Date: Sat, 22 Mar 2025 01:15:24 +0800 Subject: [PATCH] build: remove version lock for LeviLamina --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 2b6043d..7f27974 100644 --- a/xmake.lua +++ b/xmake.lua @@ -8,7 +8,7 @@ if not has_config("vs_runtime") then set_runtimes("MD") end -add_requires("levilamina 1.1.0", {configs = {target_type = "server"}}) +add_requires("levilamina", {configs = {target_type = "server"}}) add_requires("legacyremotecall") add_requires("gmlib") add_requires("levibuildscript")