Update MSRV to 1.56 and current version to 1.59

This is needed to support Rust 2021 edition required by the latest versions of `ed25519` and `image` crates.
This commit is contained in:
link2xt
2022-03-13 12:45:50 +00:00
committed by Floris Bruynooghe
parent 799688af76
commit a997322efb
5 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ set -e -x
#
# Avoid using rustup here as it depends on reading /proc/self/exe and
# has problems running under QEMU.
RUST_VERSION=1.54.0
RUST_VERSION=1.59.0
curl "https://static.rust-lang.org/dist/rust-${RUST_VERSION}-$(uname -m)-unknown-linux-gnu.tar.gz" | tar xz
cd "rust-${RUST_VERSION}-$(uname -m)-unknown-linux-gnu"