feat(libcomposition): version bump v0.9.4 -> v0.9.4

This version of fourdst brings the version of libcomposition (v2.0.6) which brings the MaskedComposition decorator
This commit is contained in:
2025-11-10 08:51:31 -05:00
parent b82b7ba328
commit 069eb05b39
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.9.3', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.9.4', 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.0.4
revision = v2.0.6
depth = 1