From 05f298df6f99e1c1cf485594b7eda264e4e2f403 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 14 Jun 2019 14:09:18 +0200 Subject: Release 0.8.0. --- guide/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'guide') diff --git a/guide/Cargo.toml b/guide/Cargo.toml index 881f7654..3299843f 100644 --- a/guide/Cargo.toml +++ b/guide/Cargo.toml @@ -1,16 +1,17 @@ [package] name = "sequoia-guide" -version = "0.7.0" +version = "0.8.0" authors = [ + "Juga ", "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] -documentation = "https://docs.sequoia-pgp.org/0.7.0/guide/" +documentation = "https://docs.sequoia-pgp.org/0.8.0/guide/" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" build = "build.rs" [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.7" } +sequoia-openpgp = { path = "../openpgp", version = "0.8" } failure = "0.1.2" -- cgit v1.2.3