build: Bump meson dep since we use '/'

This commit is contained in:
Guido Günther
2019-07-15 19:03:30 +02:00
parent bfa72d7f61
commit 3d518b5757

View File

@ -3,7 +3,7 @@ project(
'c', 'rust',
version: '1.0.10',
license: 'GPLv3',
meson_version: '>=0.43.0',
meson_version: '>=0.49.0',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
)