diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd2d085b7..31d681269 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: name: Lint Rust runs-on: ubuntu-latest env: - RUSTUP_TOOLCHAIN: 1.70.0 + RUSTUP_TOOLCHAIN: 1.71.0 steps: - uses: actions/checkout@v3 - name: Install rustfmt and clippy @@ -80,19 +80,19 @@ jobs: matrix: include: - os: ubuntu-latest - rust: 1.68.2 + rust: 1.71.0 - os: windows-latest - rust: 1.68.2 + rust: 1.71.0 - os: macos-latest - rust: 1.68.2 + rust: 1.71.0 - # Minimum Supported Rust Version = 1.65.0 + # Minimum Supported Rust Version = 1.66.0 # # Minimum Supported Python Version = 3.7 # This is the minimum version for which manylinux Python wheels are # built. - os: ubuntu-latest - rust: 1.65.0 + rust: 1.66.0 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/Cargo.toml b/Cargo.toml index 012ad268f..57efe378f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "deltachat" version = "1.118.0" edition = "2021" license = "MPL-2.0" -rust-version = "1.65" +rust-version = "1.66" [profile.dev] debug = 0 diff --git a/scripts/zig-musl-check.sh b/scripts/zig-musl-check.sh index 1e4afd6db..19d30d2cf 100755 --- a/scripts/zig-musl-check.sh +++ b/scripts/zig-musl-check.sh @@ -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 diff --git a/scripts/zig-rpc-server.sh b/scripts/zig-rpc-server.sh index ee96905bb..29e16121c 100755 --- a/scripts/zig-rpc-server.sh +++ b/scripts/zig-rpc-server.sh @@ -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