From c05d1d5b0484be9a7dee9bf950bcf298482bbe78 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 14 Mar 2019 15:57:24 +0100 Subject: Release 0.5.0. --- sqv/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sqv/Cargo.toml') 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 ", "Kai Michaelis ", @@ -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" -- cgit v1.2.3