build: use Rust 1.70.0 to compile deltachat-rpc-server releases

This commit is contained in:
link2xt
2023-06-06 18:31:59 +00:00
parent 7a160033b6
commit 22d0a4bb32

View File

@@ -8,7 +8,7 @@ set -e
unset RUSTFLAGS
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
export RUSTUP_TOOLCHAIN=1.68.1
export RUSTUP_TOOLCHAIN=1.70.0
ZIG_VERSION=0.11.0-dev.2213+515e1c93e