build: use Rust 1.71.0 and increase MSRV to 1.66.0

Rust 1.66 is required by constant_time_eq 0.3.0.
This commit is contained in:
link2xt
2023-07-19 13:40:41 +00:00
parent 3de1dbc9e4
commit a1663a98e0
4 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ name = "deltachat"
version = "1.118.0"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.65"
rust-version = "1.66"
[profile.dev]
debug = 0