summaryrefslogtreecommitdiffstats
path: root/sq
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 /sq
parent75bb553e573da523c78ef33a4b92bd57f34c73b2 (diff)
Port to Rust Edition 2021.
Diffstat (limited to 'sq')
-rw-r--r--sq/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index c4c45860..855a7dde 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -21,7 +21,7 @@ readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "command-line-utilities"]
license = "GPL-2.0-or-later"
-edition = "2018"
+edition = "2021"
rust-version = "1.60"
[badges]