forked from mirrors/gstreamer-rs
ci: Update minimum supported Rust version to 1.53
One of our dependencies needs 1.53 now and we can't realistically support older versions like this.
This commit is contained in:
parent
a091ea201c
commit
6ad0e9e0a0
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2021-06-18.0'
|
GST_RS_IMG_TAG: '2021-07-26.1'
|
||||||
GST_RS_STABLE: '1.53.0'
|
GST_RS_STABLE: '1.53.0'
|
||||||
GST_RS_MSRV: '1.51.0'
|
GST_RS_MSRV: '1.53.0'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
pip3 install meson==0.58.1
|
pip3 install meson==0.58.2
|
||||||
|
|
||||||
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master
|
||||||
cd gst-build
|
cd gst-build
|
||||||
|
|
Loading…
Reference in a new issue