summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-15 12:47:33 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-15 12:49:45 +0200
commit84884193178bb68c8057648d0ec02f79d5f083e4 (patch)
tree1837efe3a75bb7768f3f491f73cbbc0e002931ad /net/Cargo.toml
parent775f0c039349335df880d35db7df6c131419f0eb (diff)
Switch to Rust 2018.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index a3018798..e0824eea 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -15,6 +15,7 @@ readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "hkp", "keyserver"]
categories = ["cryptography", "authentication", "email"]
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }