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:
Jordan Petridis 2020-06-18 16:29:33 +03:00 committed by Jordan Petridis
parent 4bacfa410c
commit 87208fdf53

View 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