diff options
| author | Stefan Boberg <[email protected]> | 2025-10-27 11:06:44 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-27 11:06:44 +0100 |
| commit | 69b53a1adf7f04ef72f87b6780b21d48b1ac2d4b (patch) | |
| tree | cab5735e1585d7d186da07cd44f39398755f6884 /xmake.lua | |
| parent | fix some sentry-native xmake warnings wrt API usage (diff) | |
| download | zen-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |