ci: Update to Rust 1.56 and meson 0.59.2

This commit is contained in:
Sebastian Dröge 2021-10-21 18:46:09 +03:00
parent fc49a0cfd8
commit 4579fb006b
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
variables:
GST_RS_IMG_TAG: '2021-10-22.0'
GST_RS_STABLE: '1.55.0'
GST_RS_IMG_TAG: '2021-10-22.1'
GST_RS_STABLE: '1.56.0'
GST_RS_MSRV: '1.54.0'

View file

@ -1,6 +1,6 @@
set -e
pip3 install meson==0.59.1
pip3 install meson==0.59.2
# gstreamer-rs already has a 'gstreamer' directory so don't clone there
pushd .