From 13ec3740f26360b1d600a9bb667e622c28e77fe7 Mon Sep 17 00:00:00 2001 From: Mauro D Date: Tue, 18 Apr 2023 15:24:04 +0000 Subject: [PATCH] Updated Cargo edition --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57c5200..406bd18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jmap-client" description = "JMAP client library for Rust" version = "0.2.1" -edition = "2018" +edition = "2021" authors = [ "Stalwart Labs Ltd. "] license = "Apache-2.0 OR MIT" repository = "https://github.com/stalwartlabs/jmap-client" @@ -10,6 +10,7 @@ homepage = "https://github.com/stalwartlabs/jmap-client" keywords = ["jmap", "email", "mail", "e-mail"] categories = ["email"] readme = "README.md" +resolver = "2" [dependencies] reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"]}