ci: Update to Rust 1.73

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5454>
This commit is contained in:
Sebastian Dröge 2023-10-10 12:51:38 +03:00 committed by GStreamer Marge Bot
parent c14f4cda0c
commit 9bc9757d13
2 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,7 @@ rm -f *.rpm
# Install Rust
RUSTUP_VERSION=1.26.0
RUST_VERSION=1.72.1
RUST_VERSION=1.73.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.72.1'
$rust_version = '1.73.0'
$rustup_url = 'https://win.rustup.rs/x86_64'
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe