From 3d518b5757c4b694d762cb1b70b9e70b1290aadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 15 Jul 2019 19:03:30 +0200 Subject: [PATCH] build: Bump meson dep since we use '/' --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e88826c9..269a451e 100644 --- a/meson.build +++ b/meson.build @@ -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' ], )