build: increase MSRV to 1.82.0

This allows using Option::is_none_or()
which is only available since 1.82.0.
This commit is contained in:
link2xt
2025-04-08 19:41:11 +00:00
parent b4828c251f
commit 0b82b42128
2 changed files with 2 additions and 2 deletions

View File

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

View File

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