build: use Rust 1.71.0 and increase MSRV to 1.66.0

Rust 1.66 is required by constant_time_eq 0.3.0.
This commit is contained in:
link2xt
2023-07-19 13:40:41 +00:00
parent 3de1dbc9e4
commit a1663a98e0
4 changed files with 9 additions and 9 deletions

View File

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

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.70.0
export RUSTUP_TOOLCHAIN=1.71.0
ZIG_VERSION=0.11.0-dev.2213+515e1c93e