diff --git a/ci/images_template.yml b/ci/images_template.yml index 4d55c00af..c746d8069 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2023-04-01.0' + GST_RS_IMG_TAG: '2023-04-06.0' GST_RS_STABLE: '1.68.2' GST_RS_MSRV: '1.66.0' diff --git a/ci/run-cargo-test.sh b/ci/run-cargo-test.sh index 03d56358a..b29e465fd 100755 --- a/ci/run-cargo-test.sh +++ b/ci/run-cargo-test.sh @@ -11,13 +11,13 @@ get_features() { crate=$1 case "$crate" in gstreamer-audio|gstreamer-editing-services|gstreamer-gl|gstreamer-pbutils|gstreamer-rtp|gstreamer-rtsp|gstreamer-video|gstreamer) - echo "--features=serde,v1_22" + echo "--features=serde,v1_24" ;; gstreamer-validate) echo "" ;; *) - echo "--features=v1_22" + echo "--features=v1_24" ;; esac } diff --git a/ci/run-clippy.sh b/ci/run-clippy.sh index a6be91abc..9baaeca49 100755 --- a/ci/run-clippy.sh +++ b/ci/run-clippy.sh @@ -11,13 +11,13 @@ get_features() { crate=$1 case "$crate" in gstreamer-audio|gstreamer-editing-services|gstreamer-gl|gstreamer-pbutils|gstreamer-rtp|gstreamer-rtsp|gstreamer-video|gstreamer) - echo "--features=serde,v1_22" + echo "--features=serde,v1_24" ;; gstreamer-validate) echo "" ;; *) - echo "--features=v1_22" + echo "--features=v1_24" ;; esac } diff --git a/ci/run-sys-cargo-test.sh b/ci/run-sys-cargo-test.sh index 3534a036c..42c448abd 100755 --- a/ci/run-sys-cargo-test.sh +++ b/ci/run-sys-cargo-test.sh @@ -12,7 +12,7 @@ get_features() { echo "" ;; *) - echo "--features=v1_22" + echo "--features=v1_24" ;; esac } diff --git a/ci/run_windows_tests.ps1 b/ci/run_windows_tests.ps1 index 413a69add..95569cbed 100644 --- a/ci/run_windows_tests.ps1 +++ b/ci/run_windows_tests.ps1 @@ -41,7 +41,7 @@ # "--features=v1_18,", # "--features=v1_20,", "", - "--features=v1_22," + "--features=v1_24," ) foreach($features in $features_matrix) {