summaryrefslogtreecommitdiffstats
path: root/ipc/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-06-14 14:09:18 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-06-14 14:09:18 +0200
commit05f298df6f99e1c1cf485594b7eda264e4e2f403 (patch)
treea3ad222d6f34d281f41207cdbb26b6a54f4883f1 /ipc/Cargo.toml
parent6210d5a9c3dca2a3be5486887e1347b0f7efbc0b (diff)
Release 0.8.0.v0.8.0
Diffstat (limited to 'ipc/Cargo.toml')
-rw-r--r--ipc/Cargo.toml9
1 files changed, 5 insertions, 4 deletions
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 <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-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"