Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b2509fa41..ac8aa3a30 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('gst-plugins-rs',
'rust',
'c',
version: '0.12.0-alpha.1',
- meson_version : '>= 0.60')
+ meson_version : '>= 1.1')
# dependencies.py needs a toml parsing module
python = import('python').find_installation(modules: ['tomllib'], required: false)