We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5d703 commit 3abf2b5Copy full SHA for 3abf2b5
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ env:
23
RUST_VERSION: 1.87.0
24
25
# Minimum Supported Rust Version
26
- MSRV: 1.82.0
+ MSRV: 1.85.0
27
28
jobs:
29
lint_rust:
Cargo.toml
@@ -3,7 +3,7 @@ name = "deltachat"
3
version = "1.159.5"
4
edition = "2021"
5
license = "MPL-2.0"
6
-rust-version = "1.82"
+rust-version = "1.85"
7
repository = "https://github.com/chatmail/core"
8
9
[profile.dev]
0 commit comments