mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
docker/fedora: update rust toolchain to 1.44
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/308>
This commit is contained in:
parent
4bacfa410c
commit
87208fdf53
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ rpm -i --reinstall *.rpm
|
||||||
rm -f *.rpm
|
rm -f *.rpm
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
RUSTUP_VERSION=1.21.0
|
RUSTUP_VERSION=1.21.1
|
||||||
RUST_VERSION=1.40.0
|
RUST_VERSION=1.44.1
|
||||||
RUST_ARCH="x86_64-unknown-linux-gnu"
|
RUST_ARCH="x86_64-unknown-linux-gnu"
|
||||||
|
|
||||||
dnf install -y wget
|
dnf install -y wget
|
||||||
|
|
Loading…
Reference in a new issue