mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
Update MSRV to 1.56 and current version to 1.59
This is needed to support Rust 2021 edition required by the latest versions of `ed25519` and `image` crates.
This commit is contained in:
committed by
Floris Bruynooghe
parent
799688af76
commit
a997322efb
@@ -2,9 +2,9 @@
|
||||
name = "deltachat"
|
||||
version = "1.76.0"
|
||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
resolver = "2"
|
||||
rust-version = "1.56"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
|
||||
Reference in New Issue
Block a user