fix(libcomposition): atomic header install location fixed

updated to the version of libcomposition which fixes the atomic header installation directory
This commit is contained in:
2026-06-12 10:53:13 -04:00
parent 405c68bdf6
commit 790e50d5c0
4 changed files with 7 additions and 2 deletions

View File

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