From 015562a61f23e3b4f9650c4cbad7b1e89fc91444 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 19 Feb 2019 16:52:18 +0100 Subject: Release 0.4.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 8027fb75..c70caa62 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.3.0" +version = "0.4.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.3.0", default-features = false } +sequoia-openpgp = { path = "../openpgp", version = "0.4", default-features = false } clap = "2.32.0" failure = "0.1.2" time = "0.1.38" -- cgit v1.2.3