From 17c1df0fa44ba9849d00bd404b2f5674e4a2ac45 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 13 May 2026 20:21:09 +0200 Subject: [PATCH] update MSRV to 1.91 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcfcc5214..5f2afa003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ env: RUST_VERSION: 1.95.0 # Minimum Supported Rust Version - MSRV: 1.89.0 + MSRV: 1.91.0 jobs: lint_rust: diff --git a/Cargo.toml b/Cargo.toml index c8d206df6..b5abf406d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "deltachat" version = "2.50.0-dev" edition = "2024" license = "MPL-2.0" -rust-version = "1.89" +rust-version = "1.91" repository = "https://github.com/chatmail/core" [profile.dev]