fix(libcomposition): utils header path fix

version v0.10.0 -> v0.10.1 (libcomposition v2.4.0 -> v2.4.1)
This commit is contained in:
2026-06-10 14:19:08 -04:00
parent 9890e100e3
commit 821ae91438
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.10.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.10.1', 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/libcomposition.git
revision = v2.4.0
revision = v2.4.1
depth = 1