From e08d4f7cdc83bd6cee6914657ff15e7366084ef1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 27 Apr 2026 20:48:38 +0200 Subject: [PATCH] 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. --- .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 850f22c6e..b8bb280db 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.88.0 + MSRV: 1.89.0 jobs: lint_rust: diff --git a/Cargo.toml b/Cargo.toml index 82cff5d44..97f5b6dbc 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.88" +rust-version = "1.89" repository = "https://github.com/chatmail/core" [profile.dev]