meson: bump minimal version to 0.56

Needed because of substring().

Fix #138
This commit is contained in:
Guillaume Desmottes 2021-01-07 10:03:01 +01:00
parent 0754c98f9d
commit 9d8fe31a5b

View file

@ -2,7 +2,7 @@ project('gst-plugins-rs',
'rust',
'c',
version: '0.13.0',
meson_version : '>= 0.54')
meson_version : '>= 0.56')
if get_option('debug')
target = 'debug'