ci: Update to Rust 1.69

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4468>
This commit is contained in:
Sebastian Dröge 2023-04-21 12:55:39 +03:00 committed by GStreamer Marge Bot
parent 9dda8050f2
commit dd78aa053b
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ 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: '2023-04-13.0'
FEDORA_TAG: '2023-04-21.0'
INDENT_TAG: '2023-03-16.1'
LINT_TAG: '2023-02-16.5'
WINDOWS_TAG: '2023-04-03.0'
WINDOWS_TAG: '2023-04-21.0'

View file

@ -221,7 +221,7 @@ rm -f *.rpm
# Install Rust
RUSTUP_VERSION=1.25.2
RUST_VERSION=1.68.2
RUST_VERSION=1.69.0
RUST_ARCH="x86_64-unknown-linux-gnu"
dnf install -y wget

View file

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