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