feat(libconfig): v2.0.3 -> v2.2.2

This version of libconfig brings more robust mutation and CLI integration
This commit is contained in:
2026-04-09 08:51:52 -04:00
parent 2a2ba7beef
commit b44edc991a
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -80,6 +80,7 @@ subprojects/.wraplock
subprojects/openssl-*
subprojects/glaze/
subprojects/tomlplusplus-*/
subprojects/CLI11-*/
*.csv
*.dot
@@ -91,6 +92,7 @@ minizip-ng.wrap
openssl.wrap
glaze.wrap
tomlplusplus.wrap
cli11.wrap
.vscode/

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.9.19', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.9.20', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')

View File

@@ -1,4 +1,4 @@
[wrap-git]
url = https://github.com/4D-STAR/libconfig.git
revision = v2.0.3
revision = v2.2.2
depth = 1