docker/fedora: Bump to latest rustup

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/406>
This commit is contained in:
Philippe Normand 2021-05-22 16:00:43 +01:00 committed by Jordan Petridis
parent 0c5838bcdd
commit 8aa710f6b8

View file

@ -213,8 +213,8 @@ rpm -i --reinstall *.rpm
rm -f *.rpm
# Install Rust
RUSTUP_VERSION=1.21.1
RUST_VERSION=1.44.1
RUSTUP_VERSION=1.24.2
RUST_VERSION=1.52.1
RUST_ARCH="x86_64-unknown-linux-gnu"
dnf install -y wget