fix(pybind): pinned pybind to 3.0.0 for ABI compatibility

This commit is contained in:
2026-06-12 14:00:40 -04:00
parent 790e50d5c0
commit ef840c07ea
7 changed files with 39 additions and 15 deletions

View File

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