From 89b94444d9286f907eb6a62fd11551988bffd39b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 11 Dec 2020 18:34:09 +0100 Subject: Release 0.21.0. --- guide/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guide') diff --git a/guide/Cargo.toml b/guide/Cargo.toml index ce67da8c..a8d09c8f 100644 --- a/guide/Cargo.toml +++ b/guide/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "sequoia-guide" -version = "0.20.0" +version = "0.21.0" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] -documentation = "https://docs.sequoia-pgp.org/0.20.0/guide/" +documentation = "https://docs.sequoia-pgp.org/0.21.0/guide/" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" build = "build.rs" [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.20" } +sequoia-openpgp = { path = "../openpgp", version = "0.21" } anyhow = "1.0.18" -- cgit v1.2.3