summaryrefslogtreecommitdiffstats
path: root/sop
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-11 18:34:09 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-11 18:34:09 +0100
commit89b94444d9286f907eb6a62fd11551988bffd39b (patch)
tree98e00491bec3e63daaaf015d8b814ee196857025 /sop
parente21a3572b82f56b75bbba771ae6824c22045e10a (diff)
Release 0.21.0.v0.21.0
Diffstat (limited to 'sop')
-rw-r--r--sop/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sop/Cargo.toml b/sop/Cargo.toml
index 388889f1..d66cde7e 100644
--- a/sop/Cargo.toml
+++ b/sop/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "sequoia-sop"
description = "An implementation of the Stateless OpenPGP Command Line Interface using Sequoia"
-version = "0.20.0"
+version = "0.21.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.20.0/sop"
+documentation = "https://docs.sequoia-pgp.org/0.21.0/sop"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -19,7 +19,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.20", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false }
anyhow = "1.0.18"
chrono = "0.4.10"
structopt = { version = "0.3.11", default-features = false }