ci: Update to Rust 1.71.1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5155>
This commit is contained in:
Sebastian Dröge 2023-08-07 11:11:57 +03:00 committed by GStreamer Marge Bot
parent e1765c4ce8
commit 040741e42c
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.71.0
RUST_VERSION=1.71.1
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.71.0'
$rust_version = '1.71.1'
$rustup_url = 'https://win.rustup.rs/x86_64'
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe