summaryrefslogtreecommitdiffstats
path: root/sqv/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/Cargo.toml')
-rw-r--r--sqv/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index c70caa62..d6d9b0c9 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-sqv"
description = "A simple signature verification program"
-version = "0.4.0"
+version = "0.5.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
@@ -20,7 +20,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.4", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.5", default-features = false }
clap = "2.32.0"
failure = "0.1.2"
time = "0.1.38"