Increase MSRV to 1.89

This is required by iroh 0.98.1
This commit is contained in:
link2xt
2026-04-27 20:48:38 +02:00
parent cb0870b7d2
commit 768e7de1d5
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ env:
RUST_VERSION: 1.95.0
# Minimum Supported Rust Version
MSRV: 1.88.0
MSRV: 1.89.0
jobs:
lint_rust:

View File

@@ -3,7 +3,7 @@ name = "deltachat"
version = "2.50.0-dev"
edition = "2024"
license = "MPL-2.0"
rust-version = "1.88"
rust-version = "1.89"
repository = "https://github.com/chatmail/core"
[profile.dev]