gstreamer-rs/ci/images_template.yml
Sebastian Dröge 87c16d8f9f Update Minimum Supported Rust Version to 1.71
cea608-types that is needed by gst-plugins-rs requires 1.71 now.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1464>
2024-06-18 08:51:35 +03:00

7 lines
226 B
YAML

variables:
GST_RS_IMG_TAG: "2024-06-18.0"
GST_RS_STABLE: "1.79.0"
GST_RS_MSRV: "1.71.0"
# The branch we use to build GStreamer from in the docker images
# Ex. main, 1.24, my-test-branch
GST_UPSTREAM_BRANCH: 'main'