mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
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:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
name: Lint Rust
|
name: Lint Rust
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUSTUP_TOOLCHAIN: 1.70.0
|
RUSTUP_TOOLCHAIN: 1.71.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install rustfmt and clippy
|
- name: Install rustfmt and clippy
|
||||||
@@ -80,19 +80,19 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: 1.68.2
|
rust: 1.71.0
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
rust: 1.68.2
|
rust: 1.71.0
|
||||||
- os: macos-latest
|
- 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
|
# Minimum Supported Python Version = 3.7
|
||||||
# This is the minimum version for which manylinux Python wheels are
|
# This is the minimum version for which manylinux Python wheels are
|
||||||
# built.
|
# built.
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
rust: 1.65.0
|
rust: 1.66.0
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "deltachat"
|
|||||||
version = "1.118.0"
|
version = "1.118.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
rust-version = "1.65"
|
rust-version = "1.66"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ set -e
|
|||||||
unset RUSTFLAGS
|
unset RUSTFLAGS
|
||||||
|
|
||||||
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
|
# 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
|
ZIG_VERSION=0.11.0-dev.2213+515e1c93e
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ set -e
|
|||||||
unset RUSTFLAGS
|
unset RUSTFLAGS
|
||||||
|
|
||||||
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
|
# 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
|
ZIG_VERSION=0.11.0-dev.2213+515e1c93e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user