docker/fedora: update rust toolchain to 1.44
authorJordan Petridis <jordan@centricular.com>
Thu, 18 Jun 2020 13:29:33 +0000 (16:29 +0300)
committerJordan Petridis <jpetridis@gnome.org>
Fri, 26 Jun 2020 12:14:28 +0000 (12:14 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/308>

docker/fedora/prepare.sh

index d710ca5..fe19c4d 100644 (file)
@@ -206,8 +206,8 @@ rpm -i --reinstall *.rpm
 rm -f *.rpm
 
 # Install Rust
-RUSTUP_VERSION=1.21.0
-RUST_VERSION=1.40.0
+RUSTUP_VERSION=1.21.1
+RUST_VERSION=1.44.1
 RUST_ARCH="x86_64-unknown-linux-gnu"
 
 dnf install -y wget