fix(gcc): brought in v2.3.1 of libcomposition

this version of libcomposition fixes a warning in gcc builds related to implimentation defined behavior
This commit is contained in:
2025-12-22 07:45:58 -05:00
parent 63caa78f15
commit 2a2ba7beef
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
[wrap-git] [wrap-git]
url = https://github.com/4D-STAR/libcomposition.git url = https://github.com/4D-STAR/libcomposition.git
revision = v2.3.0 revision = v2.3.1
depth = 1 depth = 1