From 842b122f6e776c18a0e63f058678c392072581f5 Mon Sep 17 00:00:00 2001 From: Willaaaaaaa Date: Thu, 23 Oct 2025 23:17:13 +0800 Subject: [PATCH] add version limit --- packages/a/asio2/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/a/asio2/xmake.lua b/packages/a/asio2/xmake.lua index 3026c1e9cac..01caa0ae257 100644 --- a/packages/a/asio2/xmake.lua +++ b/packages/a/asio2/xmake.lua @@ -13,7 +13,7 @@ package("asio2") add_patches("2.9", "patches/2.9/remove-const.patch", "6326f333ab2d0484c23bb3cd9cfd5a565030b5525d083677565a693f5f8803b6") - add_deps("asio", "cereal") + add_deps("asio 1.29.0", "cereal") add_deps("spdlog", { configs = { header_only = false, fmt_external = true } }) if is_plat("windows", "mingw") then