mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
Increase MSRV to 1.65.0
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -81,13 +81,13 @@ jobs:
|
|||||||
rust: 1.68.0
|
rust: 1.68.0
|
||||||
python: 3.9
|
python: 3.9
|
||||||
|
|
||||||
# Minimum Supported Rust Version = 1.64.0
|
# Minimum Supported Rust Version = 1.65.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.64.0
|
rust: 1.65.0
|
||||||
python: 3.7
|
python: 3.7
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
- Increase MSRV to 1.65.0. #4236
|
||||||
- Remove upper limit on the attachment size. #4253
|
- Remove upper limit on the attachment size. #4253
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "deltachat"
|
|||||||
version = "1.112.3"
|
version = "1.112.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
rust-version = "1.64"
|
rust-version = "1.65"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user