aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-27 11:06:44 +0100
committerStefan Boberg <[email protected]>2025-10-27 11:06:44 +0100
commit69b53a1adf7f04ef72f87b6780b21d48b1ac2d4b (patch)
treecab5735e1585d7d186da07cd44f39398755f6884 /xmake.lua
parentfix some sentry-native xmake warnings wrt API usage (diff)
downloadzen-69b53a1adf7f04ef72f87b6780b21d48b1ac2d4b.tar.xz
zen-69b53a1adf7f04ef72f87b6780b21d48b1ac2d4b.zip
bump mac/win sentry-native version to 0.11.3 to see if it works better
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index bdaa96d77..b9010c6cd 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -43,7 +43,7 @@ if has_config("zensentry") then
if is_plat("linux") then
add_requires("sentry-native 0.7.6")
else
- add_requires("sentry-native 0.7.6") -- matches vcpkg version (2024-06-15)
+ add_requires("sentry-native 0.11.3") -- matches vcpkg version (2024-06-15)
end
end