Skip to content

Commit 1d1adb2

Browse files
committed
build: use Rust 1.70.0 to compile deltachat-rpc-server releases
1 parent 7a16003 commit 1d1adb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zig-rpc-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
unset RUSTFLAGS
99

1010
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
11-
export RUSTUP_TOOLCHAIN=1.68.1
11+
export RUSTUP_TOOLCHAIN=1.70.0
1212

1313
ZIG_VERSION=0.11.0-dev.2213+515e1c93e
1414

0 commit comments

Comments
 (0)