ci: Update to Rust 1.85
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8532>
This commit is contained in:
parent
25543de560
commit
f2bcd56571
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user