docker/fedora: Bump to latest rustup
authorPhilippe Normand <philn@igalia.com>
Sat, 22 May 2021 15:00:43 +0000 (16:00 +0100)
committerJordan Petridis <jordan@centricular.com>
Fri, 4 Jun 2021 09:53:04 +0000 (12:53 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/406>

docker/fedora/prepare.sh

index efb2f2e..c645b69 100644 (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