From 5fe822dbe810aaf61f676cc7bcc8b573618e1ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanna=20Wei=C3=9F?= Date: Thu, 28 Aug 2025 14:49:18 +0200 Subject: [PATCH] vulkan: Update CI rust version to avoid crash in nightly (https://github.com/rust-lang/rust/issues/145696) --- ci/images_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index da366a2d6..51addc559 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2025-08-19.0" - GST_RS_IMG_WINDOWS_TAG: "2025-08-19.0" + GST_RS_IMG_TAG: "2025-08-27.0" + GST_RS_IMG_WINDOWS_TAG: "2025-08-27.0" GST_RS_STABLE: "1.89.0" GST_RS_MSRV: "1.83.0" # The branch we use to build GStreamer from in the docker images