plugins uses str.replace which was introduced in 0.58.0. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b61c873..34d3e6d 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'libtraceevent', ['c'], - meson_version: '>= 0.50.0', + meson_version: '>= 0.58.0', license: 'LGPL-2.1', version: '1.7.3', default_options: [ -- 2.42.0