mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
ci: Update to Rust 1.83
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8002>
This commit is contained in:
parent
f2c08099fd
commit
a91b48f5d5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||
|
||||
$rust_version = '1.82.0'
|
||||
$rust_version = '1.83.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.82.0
|
||||
RUST_VERSION=1.83.0
|
||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||
|
||||
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
|
||||
|
|
Loading…
Reference in a new issue