build: increase MSRV to 1.85.0

This commit is contained in:
link2xt
2025-05-15 18:03:33 +00:00
committed by l
parent 0d5d7032fe
commit 3abf2b5227
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ env:
RUST_VERSION: 1.87.0
# Minimum Supported Rust Version
MSRV: 1.82.0
MSRV: 1.85.0
jobs:
lint_rust:

View File

@@ -3,7 +3,7 @@ name = "deltachat"
version = "1.159.5"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.82"
rust-version = "1.85"
repository = "https://github.com/chatmail/core"
[profile.dev]