Update Rust in coredeps docker image to 1.68.0

This commit is contained in:
link2xt
2023-03-18 21:08:40 +00:00
parent dd57854ee3
commit 3eadc86217

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.64.0
RUST_VERSION=1.68.0
ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu