build: increase MSRV to 1.89

This is required by iroh 0.98.1,
so we will need to update MSRV eventually
when iroh 1.0 is released.
This commit is contained in:
link2xt
2026-04-27 20:48:38 +02:00
parent b806efa096
commit e08d4f7cdc
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]