From 36f757acfe2dcef3352527c2850379771b16bee4 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 12 Apr 2019 15:57:40 +0200 Subject: Release 0.6.0. - Also bump rfc2822 to 0.6.0. After all, we create tags for the versions. --- openpgp/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openpgp/Cargo.toml') diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 560af969..88a4ded2 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sequoia-openpgp" description = "OpenPGP data types and associated machinery" -version = "0.5.0" +version = "0.6.0" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] build = "build.rs" -documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_openpgp" +documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_openpgp" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "../README.md" @@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -buffered-reader = { path = "../buffered-reader", version = "0.5", default-features = false } +buffered-reader = { path = "../buffered-reader", version = "0.6", default-features = false } base64 = "0.9.0" bzip2 = { version = "0.3.2", optional = true } failure = "0.1.2" @@ -32,7 +32,7 @@ nettle = "5.0" quickcheck = "0.8" rand = "0.6" time = "0.1.40" -sequoia-rfc2822 = { path = "../rfc2822", version = "*" } +sequoia-rfc2822 = { path = "../rfc2822", version = "0.6" } [build-dependencies] lalrpop = "0.16" -- cgit v1.2.3