diff options
| author | Stefan Boberg <[email protected]> | 2023-03-27 21:04:56 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-03-27 21:04:56 +0200 |
| commit | cb8e8f899709a4d3f3aa52c1545be3dddb985db2 (patch) | |
| tree | 15cce5d0edb59ea1fbc44f0ccf522439cdc3cc7b /xmake.lua | |
| parent | De/fix rpc replay to handle pid (#243) (diff) | |
| download | zen-cb8e8f899709a4d3f3aa52c1545be3dddb985db2.tar.xz zen-cb8e8f899709a4d3f3aa52c1545be3dddb985db2.zip | |
lock cxxopts to v3.0.0 for now
v3.1.x contains breaking changes to exceptions
this is a temporary workaround
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", + "vcpkg::cxxopts 3.0.0", "vcpkg::doctest", "vcpkg::fmt", "vcpkg::gsl-lite", |