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. --- ipc/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ipc') diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 3e9c2b23..c44da3af 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "sequoia-ipc" description = "Interprocess communication infrastructure for Sequoia" -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/sequoia_ipc" +documentation = "https://docs.sequoia-pgp.org/0.8.0/sequoia_ipc" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "README.md" @@ -18,8 +19,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.7" } -sequoia-core = { path = "../core", version = "0.7" } +sequoia-openpgp = { path = "../openpgp", version = "0.8" } +sequoia-core = { path = "../core", version = "0.8" } capnp-rpc = "0.9" failure = "0.1.2" -- cgit v1.2.3