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:
link2xt
2022-03-13 12:45:50 +00:00
committed by Floris Bruynooghe
parent 799688af76
commit a997322efb
5 changed files with 9 additions and 9 deletions

View File

@@ -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