Skip to content

Commit 3abf2b5

Browse files
committed
build: increase MSRV to 1.85.0
1 parent 0d5d703 commit 3abf2b5

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.87.0
2424

2525
# Minimum Supported Rust Version
26-
MSRV: 1.82.0
26+
MSRV: 1.85.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.5"
44
edition = "2021"
55
license = "MPL-2.0"
6-
rust-version = "1.82"
6+
rust-version = "1.85"
77
repository = "https://github.com/chatmail/core"
88

99
[profile.dev]

0 commit comments

Comments
 (0)