ci: Update to Rust 1.77.1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6482>
This commit is contained in:
Sebastian Dröge 2024-03-29 09:51:44 +02:00 committed by GStreamer Marge Bot
parent 1e70dea347
commit 9854c79ad6
3 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
FEDORA_TAG: '2024-03-22.0'
FEDORA_TAG: '2024-03-29.0'
INDENT_TAG: '2023-08-24.3'
LINT_TAG: '2024-02-20.0'
WINDOWS_TAG: '2024-03-22.0'
WINDOWS_TAG: '2024-03-29.0'

View file

@ -4,7 +4,7 @@ set -eux
# Install Rust
RUSTUP_VERSION=1.27.0
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1
RUST_ARCH="x86_64-unknown-linux-gnu"
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init

View file

@ -1,6 +1,6 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
$rust_version = '1.77.0'
$rust_version = '1.77.1'
$rustup_url = 'https://win.rustup.rs/x86_64'
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe