Skip to content

Commit 0b82b42

Browse files
committed
build: increase MSRV to 1.82.0
This allows using Option::is_none_or() which is only available since 1.82.0.
1 parent b4828c2 commit 0b82b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
RUST_VERSION: 1.86.0
2424

2525
# Minimum Supported Rust Version
26-
MSRV: 1.81.0
26+
MSRV: 1.82.0
2727

2828
jobs:
2929
lint_rust:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "deltachat"
33
version = "1.159.0"
44
edition = "2021"
55
license = "MPL-2.0"
6-
rust-version = "1.81"
6+
rust-version = "1.82"
77
repository = "https://github.com/chatmail/core"
88

99
[profile.dev]

0 commit comments

Comments
 (0)