update MSRV to 1.91

This commit is contained in:
link2xt
2026-05-13 20:21:09 +02:00
parent 8c10c9daac
commit 17c1df0fa4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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