Bump MSRV to 1.61.0

This is required by `image` crate.

Also update current Rust version to 1.65.0.
This commit is contained in:
link2xt
2022-12-04 12:12:18 +00:00
parent de96500c1a
commit 4df588668a
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ set -euo pipefail
#
# Avoid using rustup here as it depends on reading /proc/self/exe and
# has problems running under QEMU.
RUST_VERSION=1.61.0
RUST_VERSION=1.65.0
ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu