diff options
| author | Dan Engelbrecht <[email protected]> | 2024-04-24 12:40:40 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-04-24 12:40:40 +0200 |
| commit | 351238e2d576a92b2f9edc5e94b7463efec56acc (patch) | |
| tree | 85e8e20ff5078da8a6ba10489fa684d142857856 /xmake.lua | |
| parent | Bugfix: Only disable oplog update capture if we have started it (#58) (diff) | |
| download | zen-351238e2d576a92b2f9edc5e94b7463efec56acc.tar.xz zen-351238e2d576a92b2f9edc5e94b7463efec56acc.zip | |
bump vcpkg and xmake to latest (#40)
- Improvement: Bumped xmake to 2.9.1 and vcpkg version to 2024.03.25
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ add_requires( "vcpkg::blake3", "vcpkg::cpr", "vcpkg::curl", - "vcpkg::cxxopts 3.0.0", + "vcpkg::cxxopts", "vcpkg::doctest", "vcpkg::fmt", "vcpkg::gsl-lite", |