From 0b82b42128b8dec37d87cd4a996fa64178013e06 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 8 Apr 2025 19:41:11 +0000 Subject: [PATCH] build: increase MSRV to 1.82.0 This allows using Option::is_none_or() which is only available since 1.82.0. --- .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 32639413f..aea84fc67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ env: RUST_VERSION: 1.86.0 # Minimum Supported Rust Version - MSRV: 1.81.0 + MSRV: 1.82.0 jobs: lint_rust: diff --git a/Cargo.toml b/Cargo.toml index 6ca10e2bd..d79bb8e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "deltachat" version = "1.159.0" edition = "2021" license = "MPL-2.0" -rust-version = "1.81" +rust-version = "1.82" repository = "https://github.com/chatmail/core" [profile.dev]