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]