summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--buffered-reader/Cargo.toml1
-rw-r--r--core/Cargo.toml1
-rw-r--r--ffi-macros/Cargo.toml1
-rw-r--r--ffi/Cargo.toml1
-rw-r--r--ipc/Cargo.toml1
-rw-r--r--net/Cargo.toml1
-rw-r--r--openpgp-ffi/Cargo.toml1
-rw-r--r--openpgp/Cargo.toml1
-rw-r--r--rfc2822/Cargo.toml1
-rw-r--r--sqv/Cargo.toml1
-rw-r--r--store/Cargo.toml1
-rw-r--r--tool/Cargo.toml1
13 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61b0192c..32bc3530 100644
--- a/Cargo.toml
+++ b/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" }
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index ff67d3b5..814240a7 100644
--- a/buffered-reader/Cargo.toml
+++ b/buffered-reader/Cargo.toml
@@ -13,6 +13,7 @@ homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }
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" }
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index c52fdd23..6c1329d5 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -13,6 +13,7 @@ homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }
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" }
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 40d06617..4490fe6b 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -14,6 +14,7 @@ homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }
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" }
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index a60b350c..523e758d 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-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" }
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 55f69030..d0a270f2 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -16,6 +16,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" }
diff --git a/rfc2822/Cargo.toml b/rfc2822/Cargo.toml
index 76a529ca..60f0a048 100644
--- a/rfc2822/Cargo.toml
+++ b/rfc2822/Cargo.toml
@@ -15,6 +15,7 @@ readme = "README.md"
license = "GPL-3.0"
keywords = ["rfc2822", "rfc822", "name-addr", "email"]
categories = ["email"]
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 9bab71d7..2ec78975 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -15,6 +15,7 @@ readme = "README.md"
keywords = ["cryptography", "openpgp", "pgp", "signature", "verification"]
categories = ["cryptography", "command-line-utilities"]
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }
diff --git a/store/Cargo.toml b/store/Cargo.toml
index f5a30c63..abc4112b 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -16,6 +16,7 @@ readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "keyring"]
categories = ["cryptography", "authentication", "email"]
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 62c2fcfe..7b29feae 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -16,6 +16,7 @@ readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "command-line-utilities"]
license = "GPL-3.0"
+edition = "2018"
[badges]
gitlab = { repository = "sequoia-pgp/sequoia" }