From 4abd1d28ab0d4931c3c172762dde1a67c22498ac Mon Sep 17 00:00:00 2001 From: zimuya4153 Date: Thu, 23 Oct 2025 20:27:22 +0800 Subject: [PATCH] feat: adapt levilamina 1.6.x --- .github/workflows/release.yml | 8 -------- tooth.json | 8 ++++---- xmake.lua | 6 +++--- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccbf541..97bc391 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,14 +11,6 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 - - uses: actions/cache@v4 - with: - path: | - ~/AppData/Local/.xmake - key: xmake-${{ hashFiles('xmake.lua') }} - restore-keys: | - xmake- - - run: | xmake repo -u diff --git a/tooth.json b/tooth.json index 631a990..ab563c2 100644 --- a/tooth.json +++ b/tooth.json @@ -2,7 +2,7 @@ "format_version": 3, "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "tooth": "github.com/GroupMountain/GMDebugStick", - "version": "1.3.0", + "version": "1.4.0", "info": { "name": "GMDebugStick", "description": "Register for a debug stick item", @@ -17,9 +17,9 @@ "label": "", "platform": "win-x64", "dependencies": { - "github.com/LiteLDev/LeviLamina": ">=1.5.0", - "github.com/GroupMountain/GMLIB-Release": ">=1.5.0", - "github.com/GroupMountain/ModAPI-Release": ">=0.1.0" + "github.com/LiteLDev/LeviLamina": ">=1.6.0", + "github.com/GroupMountain/GMLIB-Release": ">=1.6.0", + "github.com/GroupMountain/ModAPI-Release": ">=0.2.1" }, "assets": [ { diff --git a/xmake.lua b/xmake.lua index 13bbb10..c74243c 100644 --- a/xmake.lua +++ b/xmake.lua @@ -3,10 +3,10 @@ add_rules("mode.debug", "mode.release") add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo.git") -add_requires("levilamina 1.5.2", {configs = {target_type = "server"}}) +add_requires("levilamina 1.6.1", {configs = {target_type = "server"}}) add_requires("levibuildscript 0.5.2") -add_requires("gmlib 1.5.2") -add_requires("modapi 0.1.1") +add_requires("gmlib 1.6.0") +add_requires("modapi 0.2.1") if not has_config("vs_runtime") then set_runtimes("MD")