build(libcomposition): updated libcomposition so that it is the version compiling on gcc and clang

This commit is contained in:
2025-07-24 09:48:54 -04:00
parent 42c16fd6fd
commit e85206a6e4
3 changed files with 7 additions and 2 deletions

View File

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