summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-09-10 18:46:29 +0300
committerJordan PetridÑ–s <jpetridis@gnome.org>2021-09-10 16:31:00 +0000
commit2a93d4f347ad190b9b515e3231e0ceb32fa39591 (patch)
treee0be1c2e9ea7fb843c71b103f2f02885e1912115
parentab610be59d1a8d9f364da1cd72bdbf5a15bcf289 (diff)
citemplate: Bump tag of latest rustc version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/418>
-rw-r--r--gitlab/ci_template.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 8f06c1a..37bdfea 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -51,7 +51,7 @@ variables:
WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
RUST_MINIMUM_VERSION: '1.54.0'
- RUST_LATEST_VERSION: '1.54.0'
+ RUST_LATEST_VERSION: '1.55.0'
WINDOWS_RUST_MINIMUM_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_MINIMUM_VERSION"
WINDOWS_RUST_MINIMUM_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_RUST_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH-rust-$RUST_MINIMUM_VERSION"