summaryrefslogtreecommitdiffstats
path: root/core
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 /core
parent775f0c039349335df880d35db7df6c131419f0eb (diff)
Switch to Rust 2018.
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 264c713d..5b075e9a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,6 +15,7 @@ readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"]
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }