mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
ci: Update to Rust 1.56 and meson 0.59.2
This commit is contained in:
parent
fc49a0cfd8
commit
4579fb006b
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue