ci: Update to Rust 1.85

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8532>
This commit is contained in:
Sebastian Dröge 2025-02-21 11:20:12 +02:00 committed by GStreamer Marge Bot
parent 25543de560
commit f2bcd56571
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ python3 -m pip install gitlint
# Install Rust
RUSTUP_VERSION=1.27.1
RUST_VERSION=1.81.0
RUST_VERSION=1.85.0
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.83.0'
$rust_version = '1.85.0'
$rustup_url = 'https://win.rustup.rs/x86_64'
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe

View File

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