From 97c9bd81596e2dffa2ec97a45fdb448df9bf8c52 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 18 Dec 2018 15:28:13 +0100 Subject: Release 0.3.0. --- sqv/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sqv') diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml index 467a219f..8027fb75 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.2.0" +version = "0.3.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.2", default-features = false } +sequoia-openpgp = { path = "../openpgp", version = "0.3.0", default-features = false } clap = "2.32.0" failure = "0.1.2" time = "0.1.38" -- cgit v1.2.3