fix(unity): brought version of libcomposition which works with unity builds

Note that openssl is incompatible with unity builds. This means that
fourdst can only be built as a unity build if libplugin (which is what
brings in openssl) is not build. Generally this will happen when
building only the python bindings which do not depend on openssl or
libplugin
This commit is contained in:
2025-11-28 11:46:39 -05:00
parent ac76b4ad3b
commit 86be969729
4 changed files with 4 additions and 4 deletions

View File

@@ -11,4 +11,4 @@ sys.modules['fourdst.config'] = config
__all__ = ['atomic', 'composition', 'constants', 'config', 'core', 'cli']
__version__ = 'v0.9.6'
__version__ = 'v0.9.11'