summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2021-05-22 16:00:43 +0100
committerJordan Petridis <jordan@centricular.com>2021-06-04 12:53:04 +0300
commit8aa710f6b8af5fd4e541077b2c0835e3382a1158 (patch)
tree9decaf0c1a8d23b7202bdc668dcea9c57ba81a3e
parent0c5838bcdd45545bd47b5ffaeb66df5483756c7a (diff)
docker/fedora: Bump to latest rustup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/406>
-rw-r--r--docker/fedora/prepare.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/fedora/prepare.sh b/docker/fedora/prepare.sh
index efb2f2e..c645b69 100644
--- a/docker/fedora/prepare.sh
+++ b/docker/fedora/prepare.sh
@@ -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