ci,rusticl: bump meson req to 1.3.1

See https://github.com/mesonbuild/meson/pull/12620

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24386>
This commit is contained in:
Karol Herbst 2024-01-05 02:20:53 +01:00 committed by Marge Bot
parent d9fd4d7c0d
commit d72544eea6
5 changed files with 9 additions and 9 deletions

View file

@ -813,8 +813,8 @@ if with_gallium_rusticl
error('rusticl requires at least one gallium driver.')
endif
if meson.version().version_compare('< 1.3')
error('rusticl requires meson 1.3.0 or newer')
if meson.version().version_compare('< 1.3.1')
error('rusticl requires meson 1.3.1 or newer')
endif
add_languages('rust', required: true)