diff --git a/tooth.json b/tooth.json index 87047a0..adb5879 100644 --- a/tooth.json +++ b/tooth.json @@ -15,7 +15,7 @@ }, "asset_url": "https://github.com/LiteLDev/LegacyRemoteCall/releases/download/v0.5.1/LegacyRemoteCall-windows-x64.zip", "prerequisites": { - "github.com/LiteLDev/LeviLamina": ">=0.10.3 <0.11.0" + "github.com/LiteLDev/LeviLamina": ">=0.10.4 <0.11.0" }, "files": { "place": [ diff --git a/xmake.lua b/xmake.lua index 35c3d23..5e1453f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release", "mode.releasedbg") add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") -add_requires("levilamina 0.10.3") +add_requires("levilamina 0.10.4") set_runtimes("MD")