summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-12-15 17:53:36 +0100
committerJustus Winter <justus@sequoia-pgp.org>2022-12-23 10:52:57 +0100
commitf4d4c9804a29d69ad7b88147c07f5d2639fb7d88 (patch)
tree4163119d7e22171b73f13e6f3edc3ce90be9cec5 /net
parent75bb553e573da523c78ef33a4b92bd57f34c73b2 (diff)
Port to Rust Edition 2021.
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 0d1478f0..845dad79 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
keywords = ["cryptography", "openpgp", "pgp", "hkp", "keyserver"]
categories = ["cryptography", "authentication", "email"]
license = "LGPL-2.0-or-later"
-edition = "2018"
+edition = "2021"
rust-version = "1.60"
[badges]